UNPKG

@pwc-ra/components

Version:

PwC RA shared components library

4 lines 124 B
export function isValidDate(value) { return value instanceof Date && !isNaN(value); } //# sourceMappingURL=isDate.js.map