UNPKG

@drewsonne/maya-dates

Version:

Typescript package to manipulate dates in the Maya Calendar

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