UNPKG

chronoshift

Version:

A tiny library for shifting time with timezones

8 lines 298 B
export interface ImmutableClassInstance<ValueType, JSType> { valueOf(): ValueType; toJS(): JSType; toJSON(): JSType; equals(other: ImmutableClassInstance<ValueType, JSType> | undefined): boolean; } export declare function isDate(d: any): boolean; //# sourceMappingURL=utils.d.ts.map