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

Function formatValue

06.Router/basic/js/vue.js:6362–6364  ·  view source on GitHub ↗

* Format value * * @param {*} value * @return {String}

(val)

Source from the content-addressed store, hash-verified

6360 */
6361
6362 function formatValue(val) {
6363 return Object.prototype.toString.call(val).slice(8, -1);
6364 }
6365
6366 var bindingModes = config._propBindingModes;
6367

Callers 1

assertPropFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected