UNPKG

@damien-thiesson/typeorm-fixtures-cli

Version:

TypeORM fixtures CLI - Fork with disabled faker in production

3 lines (2 loc) 141 B
import { IFixture } from '../interface'; export declare function fixturesIterator(fixtures: IFixture[]): Generator<IFixture, void, unknown>;