UNPKG

zent

Version:

一套前端设计语言和基于React的实现

5 lines (4 loc) 137 B
var toString = Object.prototype.toString; export default function isDate(value) { return toString.call(value) === '[object Date]'; }