dleitee/valid.js

View on GitHub
src/lib/date.js

Summary

Maintainability
A
0 mins
Test Coverage
export const _isDate = value => Object.prototype.toString.call(value) === '[object Date]';