UNPKG

@damien-thiesson/typeorm-fixtures-cli

Version:

TypeORM fixtures CLI - Fork with disabled faker in production

10 lines (9 loc) 274 B
import { IParser, IFixture } from '../interface'; export declare class ReferenceParser implements IParser { /** * @type {number} */ priority: number; isSupport(value: string): boolean; parse(value: string, fixture: IFixture, entities: any): any; }