UNPKG

@contract-case/case-plugin-base

Version:

Plugin framework for writing plugins for the ContractCase test framework

11 lines 456 B
import { MatchContext } from './types'; /** * True if this context can never publish results. This is useful for * determining whether warning logs should be printed if the verification won't * have any effect * * @param context - MatchContext * @returns True if this context can never publish results; false if it might publish */ export declare const cantPublish: (context: MatchContext) => boolean; //# sourceMappingURL=publish.accessors.d.ts.map