UNPKG

@sanity/form-builder

Version:
9 lines (8 loc) 202 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isValidDate = isValidDate; function isValidDate(date) { return date instanceof Date && !isNaN(date.valueOf()); }