MCPcopy Create free account
hub / github.com/RubyLouvre/anu / objectToString

Function objectToString

test/babel.js:11096–11098  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

11094 exports.isBuffer = __webpack_require__(615);
11095
11096 function objectToString(o) {
11097 return Object.prototype.toString.call(o);
11098 }
11099
11100 function pad(n) {
11101 return n < 10 ? '0' + n.toString(10) : n.toString(10);

Callers 4

baseGetTagFunction · 0.70
isRegExpFunction · 0.70
isDateFunction · 0.70
isErrorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected