UNPKG

@contract-case/case-core

Version:

Core functionality for the ContractCase contract testing suite

4 lines 234 B
import { ResultFormatter } from '@contract-case/case-plugin-base'; import { ResultPrinter } from './types'; export declare const makeResultFormatter: (p: ResultPrinter) => ResultFormatter; //# sourceMappingURL=resultFormatter.d.ts.map