MCPcopy Create free account
hub / github.com/microsoft/SandDance / objectToString

Function objectToString

docs/tests/v2/es6/js/sanddance.js:8209–8211  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

8207exports.isBuffer = require('./support/isBuffer');
8208
8209function objectToString(o) {
8210 return Object.prototype.toString.call(o);
8211}
8212
8213function pad(n) {
8214 return n < 10 ? '0' + n.toString(10) : n.toString(10);

Callers 3

isRegExpFunction · 0.85
isDateFunction · 0.85
isErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected