DefinitelyTyped/types/ltx/index.d.ts
2019-02-12 14:36:28 -08:00

18 lines
604 B
TypeScript

// Type definitions for ltx 2.8
// Project: http://github.com/node-xmpp/ltx
// Definitions by: PJakcson <https://github.com/PJakcson>
// BendingBender <https://github.com/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';