fix(core): update

This commit is contained in:
2023-11-04 20:14:20 +01:00
parent ca592afec9
commit 291a11aa60
6 changed files with 90 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ import * as interpreterMod from './interpreter.js';
import * as memoryMod from './memory.js';
export * from './classes.smartfile.js';
export * from './classes.streamfile.js';
export * from './classes.virtualdirectory.js';
export const fs = fsMod;