UNPKG

109 BTypeScriptView Raw
1declare module 'json2xml' {
2 export default function json2xml(content: object, config: object): string;
3}