Files
supplier-dispatch-h5/node_modules/.cache/babel-loader/aad6ffbcc27d0137a91ae2064c8f7bede7a6fe5bedda17966968aec40d182c4d.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":[]}