Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8207
exports.isBuffer = require(
'./support/isBuffer'
);
8208
8209
function
objectToString(o) {
8210
return
Object.prototype.toString.call(o);
8211
}
8212
8213
function
pad(n) {
8214
return
n < 10 ?
'0'
+ n.toString(10) : n.toString(10);
Callers
3
isRegExp
Function · 0.85
isDate
Function · 0.85
isError
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected