6 lines
No EOL
241 B
TypeScript
Executable file
6 lines
No EOL
241 B
TypeScript
Executable file
/// <reference types="node" />
|
|
import { Writable } from 'node:stream';
|
|
export declare class DevNullStream extends Writable {
|
|
_write(_chunk: string, _encoding: string, cb: () => void): void;
|
|
}
|
|
//# sourceMappingURL=dev-null-stream.d.ts.map
|