UNPKG

craydent-xml-to-json

Version:
37 lines (36 loc) 896 B
import * as IXmlToJson from './models/XmlToJson'; import * as IPrototypes from './__prototypes'; declare global { interface Craydent { xmlToJson: typeof IXmlToJson.default; } interface String { xmlToJson: typeof IPrototypes._xmlToJson; } interface XMLDocument { xmlToJson: typeof IPrototypes._xmlToJson; } interface RegExp { xmlToJson: typeof IPrototypes._xmlToJson; } namespace NodeJS { interface Global { $c: Craydent; } } interface Window { $c: Craydent; } var $c: Craydent; namespace NodeJS { interface Global { xmlToJson: typeof IXmlToJson.default; } } interface Window { xmlToJson: typeof IXmlToJson.default; } var xmlToJson: typeof IXmlToJson.default; } declare const _default: Craydent; export default _default;