Files
supplier-dispatch-h5/node_modules/.cache/babel-loader/92570c34c40bfa670e97e104ed8239aeb1757478a3225f179f4aac5548d3b582.json
2023-08-11 10:45:20 +08:00

1 line
839 B
JSON

{"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":["C:/Users/zhouxueli/Desktop/scheduling-app/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":[]}