first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
11
node_modules/enquirer/lib/prompts/invisible.js
generated
vendored
Normal file
11
node_modules/enquirer/lib/prompts/invisible.js
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
'use strict';
|
||||
|
||||
const StringPrompt = require('../types/string');
|
||||
|
||||
class InvisiblePrompt extends StringPrompt {
|
||||
format() {
|
||||
return '';
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = InvisiblePrompt;
|
||||
Loading…
Add table
Add a link
Reference in a new issue