user 6 年之前
父節點
當前提交
83f1355ad7
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/storage.ts

+ 0 - 2
src/storage.ts

@@ -1,5 +1,3 @@
-import fs = require('fs');
-
 export interface Storage {
 
     get(key:string): Promise<any>;