UNPKG

xml-from-object

Version:

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

7 lines (6 loc) 219 B
import { FromObjectHeader } from "./from-object-header"; import { FromObjectSchema } from "./from-object-schema"; export declare type FromObjectParams = { schema: FromObjectSchema; header?: FromObjectHeader; };