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

1 line
818 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":["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":[]}