UNPKG

@krlwlfrt/xsdco

Version:
5 lines (4 loc) 266 B
import { Entity } from '@krlwlfrt/tsg'; import { TypeMap } from './common'; export declare function generateObjectValue(entity: Entity, typeMap: TypeMap): any; export declare function generateXml(object: any, includeHead?: boolean, recursionDepth?: number): string;