UNPKG

@contract-case/case-core-plugin-function-dsl

Version:

ContractCase core function plugin DSL

8 lines 482 B
import { AnyCaseMatcherOrData } from '@contract-case/case-plugin-dsl-types'; export declare const FUNCTION_ARGUMENTS_MATCHER_TYPE: "_case:FunctionArgumentsMatcher"; export interface CoreFunctionArgumentsMatcher { '_case:matcher:type': typeof FUNCTION_ARGUMENTS_MATCHER_TYPE; arguments: AnyCaseMatcherOrData[]; } export declare const functionArgumentsMatcher: (expectedArguments: AnyCaseMatcherOrData[]) => CoreFunctionArgumentsMatcher; //# sourceMappingURL=matchers.d.ts.map