UNPKG

@contract-case/case-plugin-base

Version:

Plugin framework for writing plugins for the ContractCase test framework

8 lines 248 B
import { LogLevelContext } from './types'; /** * Gets the string representation of the current context * * @internal */ export declare const locationString: (matchContext: LogLevelContext) => string; //# sourceMappingURL=locationString.d.ts.map