mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
18 lines
604 B
TypeScript
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';
|