UNPKG

@drewsonne/maya-dates

Version:

Typescript package to manipulate dates in the Maya Calendar

5 lines (4 loc) 119 B
export interface IPart { equal(other: unknown): boolean; } export declare function isPart(o: unknown): o is IPart;