MCPcopy Create free account
hub / github.com/binux/qiandao / objectToString

Function objectToString

web/static/node_components.js:3370–3372  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

3368exports.isBuffer = require('./support/isBuffer');
3369
3370function objectToString(o) {
3371 return Object.prototype.toString.call(o);
3372}
3373
3374
3375function pad(n) {

Callers 3

isRegExpFunction · 0.85
isDateFunction · 0.85
isErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected