UNPKG

testeranto

Version:

the AI powered BDD test framework for typescript projects

4 lines (3 loc) 175 B
import { ITestImplementation } from "../../CoreTypes"; import { I, O, M } from "./classBuilder.test.types"; export declare const implementation: ITestImplementation<I, O, M>;