UNPKG

@contract-case/case-plugin-base

Version:

Plugin framework for writing plugins for the ContractCase test framework

12 lines 298 B
/*! * ContractCase Plugin Base * Copyright(c) 2022-2024 Timothy Jones (TLJ) * BSD-3-Clause license */ export * from './context'; export * from './errors'; export * from './logger'; export * from './matchers'; export * from './mocks'; export * from './types'; //# sourceMappingURL=index.d.ts.map