UNPKG

62 BJavaScriptView Raw
1const isDate = (x) => x instanceof Date;
2export {
3 isDate
4};