user hace 6 años
padre
commit
83f1355ad7
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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>;