// Type definitions for ltx 2.8 // Project: http://github.com/node-xmpp/ltx // Definitions by: PJakcson // BendingBender // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export * from './lib/Element'; export * from './lib/equal'; export * from './lib/is'; export * from './lib/clone'; export * from './lib/createElement'; export * from './lib/escape'; export * from './lib/Parser'; export * from './lib/parse'; export * from './lib/tag'; export * from './lib/tagString'; export * from './lib/stringify';