UNPKG

@n1k1t/unit-generator

Version:

Coverage based unit tests AI generator

6 lines 231 B
import { Content } from './model'; export declare class RulesContent extends Content<'rules', string[]> { render(): string; static build(payload: RulesContent['TSchema']): RulesContent; } //# sourceMappingURL=rules.d.ts.map