公告板
版本库
filestore
活动
搜索
登录
main
/
zhangshi_app_web
张氏APP 前端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
收藏与荣誉、家庭小医生、通讯录点击电子文件的图标可进入可看详情页面
Tcsm
2023-06-11
65e70e110953f1ec8c096ee5baf0b52a2fcd9156
[zhangshi_app_web.git]
/
node_modules
/
fast-glob
/
out
/
utils
/
stream.d.ts
1
2
3
4
5
/// <reference types="node" />
/**
* Merge multiple streams and propagate their errors into one stream in parallel.
*/
export declare function merge(streams: NodeJS.ReadableStream[]): NodeJS.ReadableStream;