UNPKG

typeorm-fixtures-cli

Version:

[![CircleCI](https://circleci.com/gh/RobinCK/typeorm-fixtures.svg?style=svg)](https://circleci.com/gh/RobinCK/typeorm-fixtures) ![GitHub CI](https://github.com/RobinCK/typeorm-fixtures/workflows/Build%20CI/badge.svg?branch=master) [![OpenCollective](https

11 lines (10 loc) 248 B
import { IFixturesConfig } from './interface'; export declare class Loader { fixtureConfigs: IFixturesConfig[]; private loaders; constructor(); /** * @param {string} fixturesPath */ load(fixturesPath: string): void; }