var common = { strSlice: function (_num) { return _num.slice(0,10) } } module.exports = { str: common.strSlice, }