IronsheetIronsheet
API Reference@ironsheet/coreFunctions

transformXmlChunks

Function: transformXmlChunks()

function transformXmlChunks(chunks, transform): AsyncGenerator<string>;

Defined in: packages/core/src/xml.ts:188

Parameters

chunks

| Iterable<string, any, any> | AsyncIterable<string, any, any>

transform

XmlChunkTransform

Returns

AsyncGenerator<string>

On this page