feat: init
This commit is contained in:
8
node_modules/unenv/dist/runtime/node/internal/tty/read-stream.d.mts
generated
vendored
Normal file
8
node_modules/unenv/dist/runtime/node/internal/tty/read-stream.d.mts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import type nodeTty from "node:tty";
|
||||
export declare class ReadStream implements Partial<nodeTty.ReadStream> {
|
||||
fd: number;
|
||||
isRaw: boolean;
|
||||
isTTY: boolean;
|
||||
constructor(fd: number);
|
||||
setRawMode(mode: boolean): nodeTty.ReadStream;
|
||||
}
|
||||
Reference in New Issue
Block a user