fix(core): update

This commit is contained in:
2021-04-07 09:48:54 +00:00
parent ce57478e39
commit 5b7d822cfc
8 changed files with 337 additions and 102 deletions

View File

@@ -4,7 +4,7 @@ import * as SmartfileInterpreter from './smartfile.interpreter';
import * as SmartfileMemory from './smartfile.memory';
import * as SmartfileRemote from './smartfile.remote';
export { Smartfile } from './smartfile.classes.smartfile';
export { Smartfile, ISmartfileConstructorOptions } from './smartfile.classes.smartfile';
export { VirtualDirectory } from './smartfile.classes.virtualdirectory';
export let fs = SmartfileFs;