UNPKG

@datr.tech/marble-api-model-validator-unit-test-generator

Version:

A Marble unit test generator for Mongoose based model validators (within the associated API packages)

8 lines (7 loc) 188 B
import { IParserParseOutput } from '../parser'; export interface IGeneratorOutput extends IParserParseOutput { contents: { negative: string; positive: string; }; }