MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / objectToString

Function objectToString

lib/web/jshint.js:1327–1329  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

1325exports.isBuffer = require('./support/isBuffer');
1326
1327function objectToString(o) {
1328 return Object.prototype.toString.call(o);
1329}
1330
1331
1332function pad(n) {

Callers 3

isRegExpFunction · 0.85
isDateFunction · 0.85
isErrorFunction · 0.85

Calls 1

callMethod · 0.45

Tested by

no test coverage detected