UNPKG

symfony-style-console

Version:

Use the style and utilities of the Symfony Console in Node.js

10 lines (9 loc) 203 B
/** * This is a dummy interface. * * It will probably be needed as soon as we implement the Question API. */ interface InputInterface { isInteractive(): boolean; } export default InputInterface;