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

1.1.2 • Public • Published

Installation

npm install --save @types/single-line-log

Summary

This package contains type definitions for single-line-log (https://github.com/freeall/single-line-log).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/single-line-log.

index.d.ts

export interface SingleLineLog {
    (data: string): void;
    clear(): void;
    write(data: string): void;
}

export const stdout: SingleLineLog;
export const stderr: SingleLineLog;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Florian Keller.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/single-line-log

Weekly Downloads

1,687

Version

1.1.2

License

MIT

Unpacked Size

2.96 kB

Total Files

5

Last publish

Collaborators

  • types