UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

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