mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
283 B
TypeScript
9 lines
283 B
TypeScript
// Type definitions for stdin 0.0
|
|
// Project: https://www.npmjs.com/package/stdin
|
|
// Definitions by: Gareth Jones <https://github.com/g-rath>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export = stdin;
|
|
|
|
declare function stdin(fn: (str: string) => any): void;
|