UNPKG

@contract-case/case-core

Version:

Core functionality for the ContractCase contract testing suite

6 lines 277 B
export * from './dsl/states'; export * from './dsl/Matchers'; export type { RunTestCallback } from '../core/executeExample/types'; export type { AnyState } from '../entities/states/types'; export type { Assertable } from '../entities/types'; //# sourceMappingURL=index.d.ts.map