Skip to content

Commit 74d0aa0

Browse files
committed
fix: remove unnecessary import for buffer module
1 parent b3a16e4 commit 74d0aa0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/persist/fileSystem.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { Buffer } from 'buffer/';
21
export interface FileSystem {
32
readFileSync(path: string, encoding?: string): Buffer | string;
43
writeFileSync(path: string, text: string, encoding?: string): void;

0 commit comments

Comments
 (0)