@types/clear
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

Installation

npm install --save @types/clear

Summary

This package contains type definitions for clear (https://github.com/bahamas10/node-clear#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/clear.

index.d.ts

interface ClearOptions {
    /**
     * Setting this to false will prevent this module from clearing the screen.
     * This will not remove anything from the screen, but instead move your cursor
     * to position 0,0. Much like printing a \r instead of a \n to reset the current line of output.
     *
     * @default true
     */
    fullClear?: boolean | undefined;
}

/**
 * Clear the terminal screen if possible.
 */
declare function clear(opts?: ClearOptions): void;
declare function clear(clear: boolean): void;

export = clear;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by Connor Fitzgerald.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.44,929ts5.7
0.1.44,929ts5.6
0.1.44,929latest
0.1.44,929ts4.5
0.1.44,929ts4.6
0.1.44,929ts4.7
0.1.44,929ts4.8
0.1.44,929ts4.9
0.1.44,929ts5.0
0.1.44,929ts5.1
0.1.44,929ts5.2
0.1.44,929ts5.3
0.1.44,929ts5.4
0.1.44,929ts5.5
0.1.44,929ts5.8
0.1.22,472ts3.6
0.1.22,472ts3.7
0.1.22,472ts3.8
0.1.22,472ts3.9
0.1.22,472ts4.0
0.1.22,472ts4.1
0.1.22,472ts4.2
0.1.22,472ts4.3
0.1.22,472ts4.4
0.1.1148ts3.3
0.1.1148ts3.4
0.1.1148ts3.5
0.1.0141ts2.7
0.1.0141ts2.8
0.1.0141ts2.9
0.1.0141ts3.0
0.1.0141ts3.1
0.1.0141ts3.2

Version History

VersionDownloads (Last 7 Days)Published
0.1.44,929
0.1.31
0.1.22,472
0.1.1148
0.1.0141

Package Sidebar

Install

npm i @types/clear

Weekly Downloads

1,644

Version

0.1.4

License

MIT

Unpacked Size

3.63 kB

Total Files

5

Last publish

Collaborators

  • types