UNPKG

xsd-json-converter

Version:
5 lines (4 loc) 93 B
declare const xsd: { convert: (fileName: string) => Promise<any>; }; export default xsd;