mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-04-29 00:03:07 +08:00
13 lines
214 B
TypeScript
13 lines
214 B
TypeScript
/**
|
|
* 导入模块入口
|
|
* 统一导出流式导入相关函数和类型
|
|
*/
|
|
|
|
export {
|
|
streamImport,
|
|
streamParseFileInfo,
|
|
type StreamImportResult,
|
|
type StreamParseFileInfoResult,
|
|
} from './streamImport'
|
|
|