UNPKG

east

Version:

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

5 lines (4 loc) 116 B
// get basename from name module.exports = function _getBaseName(name) { return this._nameRegExp.exec(name)[2]; };