UNPKG

chronoshift

Version:

A tiny library for shifting time with timezones

7 lines (6 loc) 160 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isDate = isDate; function isDate(d) { return !!(d && d.toISOString); }