UNPKG

121 BTypeScriptView Raw
1export declare class Writer {
2 #private;
3 constructor(filename: string);
4 write(data: string): Promise<void>;
5}