UNPKG

east

Version:

node.js database migration tool for mongodb, sqlite, postgres, mysql, couchbase

6 lines (5 loc) 163 B
// get number from name module.exports = function _getNumber(name) { const numParts = this._nameRegExp.exec(name); return numParts ? Number(numParts[1]) : 0; };