4 lines
79 B
Plaintext
4 lines
79 B
Plaintext
export declare const output: {
|
|
write(str: string): boolean | undefined;
|
|
};
|