{"ast":null,"code":"import { isNaN } from './number';\nexport function isDate(val) {\n return Object.prototype.toString.call(val) === '[object Date]' && !isNaN(val.getTime());\n}","map":{"version":3,"names":["isNaN","isDate","val","Object","prototype","toString","call","getTime"],"sources":["E:/work/sino/sino-h5/node_modules/vant/es/utils/validate/date.js"],"sourcesContent":["import { isNaN } from './number';\nexport function isDate(val) {\n return Object.prototype.toString.call(val) === '[object Date]' && !isNaN(val.getTime());\n}"],"mappings":"AAAA,SAASA,KAAK,QAAQ,UAAU;AAChC,OAAO,SAASC,MAAMA,CAACC,GAAG,EAAE;EAC1B,OAAOC,MAAM,CAACC,SAAS,CAACC,QAAQ,CAACC,IAAI,CAACJ,GAAG,CAAC,KAAK,eAAe,IAAI,CAACF,KAAK,CAACE,GAAG,CAACK,OAAO,CAAC,CAAC,CAAC;AACzF"},"metadata":{},"sourceType":"module","externalDependencies":[]}