(input)
| 14759 | } |
| 14760 | |
| 14761 | function isDate(input) { |
| 14762 | return input instanceof Date || Object.prototype.toString.call(input) === '[object Date]'; |
| 14763 | } |
| 14764 | |
| 14765 | function map(arr, fn) { |
| 14766 | var res = [], i; |
no outgoing calls
no test coverage detected