MCPcopy Index your code
hub / github.com/keepfool/vue-tutorials / _toString

Function _toString

06.Router/basic/js/vue.js:116–118  ·  view source on GitHub ↗

* Guard text output, make sure undefined outputs * empty string * * @param {*} value * @return {String}

(value)

Source from the content-addressed store, hash-verified

114 */
115
116 function _toString(value) {
117 return value == null ? '' : value.toString();
118 }
119
120 /**
121 * Check and convert possible numeric strings to numbers

Callers 2

vue.jsFile · 0.70
makeTextNodeLinkFnFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected