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) 253 B
import { IFixture, IParser } from '../interface'; export declare class EjsParser implements IParser { /** * @type {number} */ priority: number; isSupport(value: string): boolean; parse(value: string, fixture: IFixture): any; }