UNPKG

enquirer

Version:

Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases.

12 lines (8 loc) 179 B
'use strict'; const StringPrompt = require('../types/string'); class InvisiblePrompt extends StringPrompt { format() { return ''; } } module.exports = InvisiblePrompt;