UNPKG

@contract-case/case-plugin-base

Version:

Plugin framework for writing plugins for the ContractCase test framework

10 lines 324 B
import { LogLevelContext } from '../../context/types'; /** * Constructs a string for reporting where an error happened * * @internal * @param matchContext - the context for logging * @returns */ export declare const errorLocationString: (matchContext: LogLevelContext) => string; //# sourceMappingURL=location.d.ts.map