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>;