Current Path : /home/infinitibizsol/.trash/node_modules.2/underscore.string/helper/ |
Current File : /home/infinitibizsol/.trash/node_modules.2/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; };