UNPKG

@foxglove/xmlrpc

Version:

TypeScript library implementing an XMLRPC client and server with pluggable server backend

8 lines 250 B
import type { XMLBuilder } from "xmlbuilder2/lib/interfaces"; export declare class CustomType { raw: string; tagName: string; constructor(raw: string); serialize(xml: XMLBuilder): XMLBuilder; } //# sourceMappingURL=CustomType.d.ts.map