UNPKG

tcx-builder

Version:
6 lines (5 loc) 200 B
import { BaseAttribute } from './BaseAttribute'; export declare class BaseObject { toXml(): string; static buildXmlNode(type: string, elements?: string, attributes?: BaseAttribute): string; }