UNPKG

@damien-thiesson/typeorm-fixtures-cli

Version:

TypeORM fixtures CLI - Fork with disabled faker in production

11 lines (10 loc) 292 B
import { IFixture, IParser } from '../interface'; export declare class ParameterParser implements IParser { /** * @type {number} */ priority: number; private static get regExp(); isSupport(value: string): boolean; parse(value: string, fixture: IFixture): any; }