UNPKG

@contract-case/case-core

Version:

Core functionality for the ContractCase contract testing suite

4 lines 344 B
import { CoreJsonStringifiedMatcher, JSON_STRINGIFIED_TYPE } from '@contract-case/case-entities-internal'; import { MatcherExecutor } from '@contract-case/case-plugin-base'; export declare const JsonStringifiedString: MatcherExecutor<typeof JSON_STRINGIFIED_TYPE, CoreJsonStringifiedMatcher>; //# sourceMappingURL=JsonStringifiedString.d.ts.map