UNPKG

testeranto

Version:

the AI powered BDD test framework for typescript projects

8 lines (7 loc) 221 B
import { I } from "./types"; import { IProxy } from "../pmProxy"; export type ITestProxies = { butThenProxy: IProxy; }; declare const _default: Promise<import("../core").default<I, any, {}>>; export default _default;