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

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; }