UNPKG

@contract-case/case-plugin-base

Version:

Plugin framework for writing plugins for the ContractCase test framework

9 lines 424 B
import { AnyCaseMatcher } from '@contract-case/case-plugin-dsl-types'; /** * Type guard to determine if an object is a ContractCase matcher descriptor or not * @public * @param maybeMatcher - a matcher or data * @returns true if `maybeMatcher` is a matcher descriptor, false if not */ export declare const isCaseNode: (maybeMatcher: unknown) => maybeMatcher is AnyCaseMatcher; //# sourceMappingURL=guards.types.d.ts.map