diff --git a/ts/index.ts b/ts/index.ts index 3f85c3c..3d4142b 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -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;