UNPKG

xml-from-object

Version:

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

6 lines (5 loc) 104 B
export type FromObjectManagedHeader = { version: string; encoding: string; custom?: undefined; };