Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1325
exports.isBuffer = require(
'./support/isBuffer'
);
1326
1327
function
objectToString(o) {
1328
return
Object.prototype.toString.call(o);
1329
}
1330
1331
1332
function
pad(n) {
Callers
3
isRegExp
Function · 0.85
isDate
Function · 0.85
isError
Function · 0.85
Calls
1
call
Method · 0.45
Tested by
no test coverage detected