Searched defs:writeXMLAsync (Results 1 – 3 of 3) sorted by relevance
7 export declare function writeXMLAsync(options: { function
42 async function writeXMLAsync(options) { function
14 export async function writeXMLAsync(options: { path: string; xml: any }): Promise<void> { function