UNPKG

deepify

Version:
21 lines (16 loc) 252 B
/** * Generated by deepify v{version} * * {date} */ 'use strict'; module.exports = { up: function(db, cb) { // Your code goes here ... cb(); }, down: function(db, cb) { // OPTIONAL // Your code goes here ... cb(); }, };