UNPKG

typesync

Version:

Install missing TypeScript typings for your dependencies.

7 lines (5 loc) 100 B
/** * Starts the TypeSync CLI. */ declare function startCli(): Promise<void>; export { startCli };