Type Alias PromptSecretOptions
PromptSecretOptions : {
clear?: boolean;
mask?: string;
}
clear?: boolean;
mask?: string;
}
Type declaration
Optionalclear?: booleanClear the current line after the user's input.
Optionalmask?: stringA character to print instead of the user's input.
Options for
promptSecret.