DefinitelyTyped/types/ltx/index.d.ts
2017-07-25 10:34:23 -07:00

18 lines
748 B
TypeScript

// Type definitions for ltx 2.6
// Project: github.com/node-xmpp/ltx/
// Definitions by: PJakcson <https://github.com/PJakcson>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
export {Element } from './lib/Element';
export {nameEqual, attrsEqual, childrenEqual, equal} from './lib/equal';
export {isNode, isElement, isText} from './lib/is';
export {clone} from './lib/clone';
export {createElement} from './lib/createElement';
export {escapeXML, unescapeXML, escapeXMLText, unescapeXMLText} from './lib/escape';
export {Parser} from './lib/Parser';
export {parse} from './lib/parse';
export {tag} from './lib/tag';
export {tagString} from './lib/tagString';
export {stringify} from './lib/stringify';