UNPKG

@drewsonne/maya-dates

Version:

Typescript package to manipulate dates in the Maya Calendar

8 lines (7 loc) 290 B
export declare class CorrelationConstant { value: number; name: string; constructor(value: number, name: string); } export declare function getCorrelationConstant(id: string): CorrelationConstant; export declare function getCorrelationConstant(id: number): CorrelationConstant;