UNPKG

xml-from-object

Version:

Easy, highly typed and customizable way to build your xml using JS/TS plain objects.

4 lines (3 loc) 74 B
export declare type SchemaFieldAttributes = { [k: string]: string; };