import * as plugins from './smartfile.plugins.js'; import * as fsMod from './fs.js'; import * as fsStreamMod from './fsstream.js'; 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; export const fsStream = fsStreamMod; export const interpreter = interpreterMod; export const memory = memoryMod;