UNPKG

129 BTypeScriptView Raw
1import PersistentFile = require("./PersistentFile");
2
3declare const VolatileFile: typeof PersistentFile;
4
5export = VolatileFile;