DefinitelyTyped/types/console-ui
Nathan Shively-Sanders 72848f9624
console-ui now uses Readable/WritableStream from node (#38641)
Previously, it used process.Readable/Writeable. But its tests show that the
constructor is meant to take process.stdin, which is a ReadStream. Until
recently, the two types were mistakenly assignable. Now that they are
not, I think the type should be ReadableStream, which is a common
supertype of process.Readable and ReadStream.
2019-09-26 12:32:55 -07:00
..
console-ui-tests.ts
index.d.ts
tsconfig.json
tslint.json