Inquirer.js
Inquirer.js copied to clipboard
Request: Export hook-engine.ts
It would be useful if you want to write your own hooks independent of those provided by the library.
Do you have an example use-case?
Exporting internals creates a larger API surface where we need to maintain backward compatibility across versions. It's usually not something I favour unless there's strong motivation to do so.