Current Path : /home/infinitibizsol/autocrm.infinitibizsol.com/node_modules/underscore.string/helper/ |
Current File : /home/infinitibizsol/autocrm.infinitibizsol.com/node_modules/underscore.string/helper/makeString.js |
/** * Ensure some object is a coerced to a string **/ module.exports = function makeString(object) { if (object == null) return ''; return '' + object; };