Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ isDate
Function
isDate
tests/test_code/js/moment/moment.js:70–75 ·
view source on GitHub ↗
(input)
Source
from the content-addressed store, hash-verified
68
}
69
70
function
isDate(input) {
71
return
(
72
input instanceof Date ||
73
Object.prototype.toString.call(input) ===
'[object Date]'
74
);
75
}
76
77
function
map(arr, fn) {
78
var
res = [],
Callers
4
prepareConfig
Function · 0.85
configFromInput
Function · 0.85
cloneWithOffset
Function · 0.85
isMomentInput
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected