UNPKG

@js-sugar/date

Version:

A multi-calendar, tree-shakable, extensible, immutable and lightweight date library for JavaScript

5 lines (4 loc) 139 B
/** Returns whether the given object is a JS-Suger DateTime object. * @public */ export declare function isJssDate(o: any): boolean;