UNPKG

covertable

Version:

Efficient TypeScript library for pairwise testing, generating minimal covering arrays with constraint support.

4 lines (3 loc) 166 B
import type { SubModelType } from '../types'; export declare const subModelPattern: RegExp; export declare function parseSubModel(line: string): SubModelType | null;