MCPcopy 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

prepareConfigFunction · 0.85
configFromInputFunction · 0.85
cloneWithOffsetFunction · 0.85
isMomentInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected