UNPKG

sequelize-auto

Version:

Automatically generate bare sequelize models from your database.

9 lines 517 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TableData = exports.SequelizeAuto = void 0; const auto_1 = require("./auto"); Object.defineProperty(exports, "SequelizeAuto", { enumerable: true, get: function () { return auto_1.SequelizeAuto; } }); const types_1 = require("./types"); Object.defineProperty(exports, "TableData", { enumerable: true, get: function () { return types_1.TableData; } }); exports.default = auto_1.SequelizeAuto; //# sourceMappingURL=index.js.map