UNPKG

create-testplane

Version:

A tool for fast and simple Testplane configuration

7 lines (6 loc) 189 B
import type { TestplaneConfig } from "../types/testplaneConfig"; declare const _default: { name: string; fn: (config: TestplaneConfig) => Promise<void>; }; export default _default;