UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

5 lines (4 loc) 232 B
import type { XMLManager, XMLManagerParseOpts, XMLManagerRawXML } from '../XMLManager.js'; export declare class NoopXMLManager implements XMLManager { parse<T>(_xml: XMLManagerRawXML, _opts?: XMLManagerParseOpts): Promise<T>; }