We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a16e4 commit 74d0aa0Copy full SHA for 74d0aa0
src/persist/fileSystem.ts
@@ -1,4 +1,3 @@
1
-import { Buffer } from 'buffer/';
2
export interface FileSystem {
3
readFileSync(path: string, encoding?: string): Buffer | string;
4
writeFileSync(path: string, text: string, encoding?: string): void;
0 commit comments