@pact-foundation/pact
Version:
Pact for all things Javascript
18 lines (17 loc) • 348 B
TypeScript
export * from './pact';
export * from './types';
/**
* Exposes {@link MatchersV3}
* @memberof Pact
* @static
*/
export * as MatchersV3 from './matchers';
/**
* Exposes {@link xml}
* @memberof Pact
* @static
*/
export * from './xml/xmlBuilder';
export * from './xml/xmlElement';
export * from './xml/xmlNode';
export * from './xml/xmlText';