UNPKG

@damien-thiesson/typeorm-fixtures-cli

Version:

TypeORM fixtures CLI - Fork with disabled faker in production

5 lines (4 loc) 142 B
import { IFixture } from './IFixture'; export interface IDataParser { parse(data: object | any, fixture: IFixture, entities: any): any; }