UNPKG

typeorm-seeding

Version:

🌱 A delightful way to seed test data into your database.

4 lines (3 loc) • 171 B
import { ObjectType } from 'typeorm'; export declare const getNameOfEntity: <T>(entity: ObjectType<T>) => string; export declare const isPromiseLike: (o: any) => boolean;