UNPKG

@push.rocks/smartfile

Version:

Provides comprehensive tools for efficient file management in Node.js using TypeScript, including handling streams, virtual directories, and various file operations.

12 lines (11 loc) 496 B
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 declare const fs: typeof fsMod; export declare const fsStream: typeof fsStreamMod; export declare const interpreter: typeof interpreterMod; export declare const memory: typeof memoryMod;