UNPKG

@pact-foundation/pact

Version:
8 lines (7 loc) 267 B
import type { Matcher } from '../v3/types'; import { XmlNode } from './xmlNode'; export declare class XmlText extends XmlNode { content: string; matcher?: Matcher<string> | undefined; constructor(content: string, matcher?: Matcher<string> | undefined); }