UNPKG

projen

Version:

A new generation of project generators

14 lines (10 loc) 201 B
/** Gracefully restore the CLI cursor on exit. @example ``` import restoreCursor = require('restore-cursor'); restoreCursor(); ``` */ declare function restoreCursor(): void; export = restoreCursor;