fix(core): update

This commit is contained in:
Philipp Kunz 2020-10-02 14:13:34 +00:00
parent c01006e365
commit e83c63fd2a

View File

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