Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PokemonGoF/PokemonGo-Bot
/ isDate
Function
isDate
map-chat/javascript/browserMqtt.js:4445–4447 ·
view source on GitHub ↗
(d)
Source
from the content-addressed store, hash-verified
4443
exports.isObject = isObject;
4444
4445
function
isDate(d) {
4446
return
isObject(d) && objectToString(d) ===
'[object Date]'
;
4447
}
4448
exports.isDate = isDate;
4449
4450
function
isError(e) {
Callers
1
formatValue
Function · 0.85
Calls
2
isObject
Function · 0.85
objectToString
Function · 0.85
Tested by
no test coverage detected