UNPKG

typeorm-seeding

Version:

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

3 lines (2 loc) • 143 B
export declare const importFiles: (filePaths: string[]) => Promise<void>; export declare const loadFiles: (filePattern: string[]) => string[];