温馨提示:本站仅提供公开网络链接索引服务,不存储、不篡改任何第三方内容,所有内容版权归原作者所有
AI智能索引来源:http://www.bun.com/reference/node/zlib/Unzip/flatMap
点击访问原文链接

Unzip.flatMap method | Node.js zlib module | Bun

Unzip.flatMap method | Node.js zlib module | BunBuildDocsReferenceGuidesBlogDiscord/node:zlib/Unzip/flatMapMflatMap

Search the reference...

/

BuildDocsReferenceGuidesBlogDiscord/node:zlib/Unzip/flatMapMflatMap

method

zlib.Unzip.flatMapflatMap(fn: (data: any, options?: Abortable) => any,options?: PickReadableOperatorOptions, 'signal' | 'concurrency'>): Readable;This method returns a new stream by applying the given callback to each chunk of the stream and then flattening the result.

It is possible to return a stream or another iterable or async iterable from fn and the result streams will be merged (flattened) into the returned stream.

@param fna function to map over every chunk in the stream. May be async. May be a stream or generator.

@returnsa stream flat-mapped with the function fn.

Resources

ReferenceDocsGuidesDiscordMerch StoreGitHubBlog 

Toolkit

RuntimePackage managerTest runnerBundlerPackage runner

Project

Bun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicenseBaked with ❤️ in San Francisco

We're hiring →

智能索引记录