Files
ChatLab/electron/main/worker/import/index.ts
2025-12-02 22:37:40 +08:00

13 lines
214 B
TypeScript

/**
* 导入模块入口
* 统一导出流式导入相关函数和类型
*/
export {
streamImport,
streamParseFileInfo,
type StreamImportResult,
type StreamParseFileInfoResult,
} from './streamImport'