@types/read
TypeScript definitions for read
Last updated 10 years ago by types .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install @types/read 
SYNC missed versions from official npm registry.

Installation

npm install --save @types/read

Summary

This package contains type definitions for read (https://github.com/isaacs/read).

Details

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

index.d.ts

// Type definitions for read
// Project: https://github.com/isaacs/read
// Definitions by: Tim JK <https://github.com/timjk>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare function Read(options: Read.Options, callback: (error: any, result: string, isDefault: boolean) => any): void;

declare namespace Read {
    interface Options {
        prompt?: string | undefined;
        silent?: boolean | undefined;
        replace?: string | undefined;
        timeout?: number | undefined;
        default?: string | undefined;
        edit?: boolean | undefined;
        terminal?: boolean | undefined;
        input?: any;
        output?: any;
    }
}

export = Read;

Additional Details

  • Last updated: Wed, 27 Sep 2023 07:12:04 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Tim JK.

Current Tags

  • 0.0.30                                ...           latest (3 years ago)
  • 0.0.28                                ...           ts2.0 (10 years ago)
  • 0.0.28                                ...           ts2.1 (10 years ago)
  • 0.0.28                                ...           ts2.2 (10 years ago)
  • 0.0.28                                ...           ts2.3 (10 years ago)
  • 0.0.28                                ...           ts2.4 (10 years ago)
  • 0.0.28                                ...           ts2.5 (10 years ago)
  • 0.0.28                                ...           ts2.6 (10 years ago)
  • 0.0.28                                ...           ts2.7 (10 years ago)
  • 0.0.28                                ...           ts2.8 (10 years ago)
  • 0.0.28                                ...           ts2.9 (10 years ago)
  • 0.0.28                                ...           ts3.0 (10 years ago)
  • 0.0.28                                ...           ts3.1 (10 years ago)
  • 0.0.28                                ...           ts3.2 (10 years ago)
  • 0.0.28                                ...           ts3.3 (10 years ago)
  • 0.0.28                                ...           ts3.4 (10 years ago)
  • 0.0.28                                ...           ts3.5 (10 years ago)
  • 0.0.29                                ...           ts3.6 (5 years ago)
  • 0.0.29                                ...           ts3.7 (5 years ago)
  • 0.0.29                                ...           ts3.8 (5 years ago)
  • 0.0.29                                ...           ts3.9 (5 years ago)
  • 0.0.29                                ...           ts4.0 (5 years ago)
  • 0.0.29                                ...           ts4.1 (5 years ago)
  • 0.0.29                                ...           ts4.2 (5 years ago)
  • 0.0.29                                ...           ts4.3 (5 years ago)
  • 0.0.29                                ...           ts4.4 (5 years ago)
  • 0.0.30                                ...           ts4.5 (3 years ago)
  • 0.0.30                                ...           ts4.6 (3 years ago)
  • 0.0.30                                ...           ts4.7 (3 years ago)
  • 0.0.30                                ...           ts4.8 (3 years ago)
  • 0.0.30                                ...           ts4.9 (3 years ago)
  • 0.0.30                                ...           ts5.0 (3 years ago)
  • 0.0.30                                ...           ts5.1 (3 years ago)
  • 0.0.30                                ...           ts5.2 (3 years ago)
  • 0.0.30                                ...           ts5.3 (3 years ago)

13 Versions

  • 0.0.30                                ...           3 years ago
  • 0.0.29                                ...           5 years ago
  • 0.0.28                                ...           10 years ago
  • 0.0.27                                ...           10 years ago
  • 0.0.26-alpha                                ...           10 years ago
  • 0.0.25-alpha                                ...           10 years ago
  • 0.0.24-alpha                                ...           10 years ago
  • 0.0.23-alpha                                ...           10 years ago
  • 0.0.22-alpha                                ...           10 years ago
  • 0.0.21-alpha                                ...           10 years ago
  • 0.0.20-alpha                                ...           10 years ago
  • 0.0.15-alpha                                ...           10 years ago
  • 0.0.14-alpha                                ...           10 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |