UNPKG

sequelize

Version:

Multi dialect ORM for Node.JS/io.js

11 lines (8 loc) 250 B
'use strict'; var Attribute = function(options) { if (options.type === undefined) options = {type: options}; this.type = options.type; }; module.exports = Attribute; module.exports.Attribute = Attribute; module.exports.default = Attribute;