UNPKG

typeorm-seeding

Version:

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

9 lines (8 loc) • 236 B
/** * Prints the error to the console */ export declare const printError: (message: string, error?: any) => void; /** * Prints the warning to the console */ export declare const printWarning: (message: string, error?: any) => void;