UNPKG

@contract-case/case-core

Version:

Core functionality for the ContractCase contract testing suite

4 lines 306 B
import { AnyCaseMatcherOrData } from '@contract-case/case-plugin-dsl-types'; import { NameOnlyState, StateWithVariables } from './types'; export declare const state: (name: string, variables?: Record<string, AnyCaseMatcherOrData>) => NameOnlyState | StateWithVariables; //# sourceMappingURL=states.d.ts.map