user 6 years ago
parent
commit
83f1355ad7
1 changed files with 0 additions and 2 deletions
  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>;