UNPKG

@pact-foundation/pact

Version:
18 lines (17 loc) 348 B
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';