Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Distributive-Network/PythonMonkey
/ isMap
Function
isMap
python/pythonmonkey/builtin_modules/util.js:70–73 ·
view source on GitHub ↗
* @return {o is Map}
(o)
Source
from the content-addressed store, hash-verified
68
* @
return
{o is Map}
69
*/
70
function
isMap(o)
71
{
72
return
objectToString(o) ===
'[object Map]'
|| o instanceof Map;
73
}
74
75
/**
76
* @
return
{o is DataView}
Callers
1
formatValue
Function · 0.85
Calls
1
objectToString
Function · 0.85
Tested by
no test coverage detected