UNPKG

159 BJavaScriptView Raw
1import isType from './is-type';
2var isDate = function (value) {
3 return isType(value, 'Date');
4};
5export default isDate;
6//# sourceMappingURL=is-date.js.map
\No newline at end of file