From e83c63fd2a6b464d5eb918721890e75bac4bfd0b Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 2 Oct 2020 14:13:34 +0000 Subject: [PATCH] fix(core): update --- ts/index.ts | 1 + 1 file changed, 1 insertion(+) 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;