UNPKG

207 BTypeScriptView Raw
1/**
2 * Dummy database file, which gets required by sequelize, to
3 * make validation of models possible without using the
4 * actual ORM or any database connection.
5 */
6export declare function verbose(): any;