Upakovka v Electron.JS no po staroy sborke cherez .cjs
This commit is contained in:
10
node_modules/restore-cursor/index.d.ts
generated
vendored
10
node_modules/restore-cursor/index.d.ts
generated
vendored
@@ -1,15 +1,13 @@
|
||||
/**
|
||||
Gracefully restore the CLI cursor on exit.
|
||||
|
||||
Prevent the cursor you have hidden interactively from remaining hidden if the process crashes.
|
||||
|
||||
It does nothing if run in a non-TTY context.
|
||||
|
||||
@example
|
||||
```
|
||||
import restoreCursor from 'restore-cursor';
|
||||
import restoreCursor = require('restore-cursor');
|
||||
|
||||
restoreCursor();
|
||||
```
|
||||
*/
|
||||
export default function restoreCursor(): void;
|
||||
declare function restoreCursor(): void;
|
||||
|
||||
export = restoreCursor;
|
||||
|
||||
Reference in New Issue
Block a user