mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-01-29 21:17:34 +00:00
18 lines
748 B
TypeScript
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';
|