types/process: expose writable stdin state flags
This commit is contained in:
parent
c3ffaaa764
commit
73b3f655ba
@ -23,6 +23,9 @@ export type SessionStdin = {
|
||||
// When backed by a real Node stream (child.stdin), this exists; for PTY wrappers it may not.
|
||||
destroy?: () => void;
|
||||
destroyed?: boolean;
|
||||
writable?: boolean;
|
||||
writableEnded?: boolean;
|
||||
writableFinished?: boolean;
|
||||
};
|
||||
|
||||
export interface ProcessSession {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user