UNPKG

@drewsonne/maya-dates

Version:

Typescript package to manipulate dates in the Maya Calendar

11 lines (10 loc) 305 B
export default class HashMap { private valueToIndex; private indexToValue; constructor(raw: (undefined | string)[]); getValue(index: number): string | undefined; getIndex(value: string): number; includes(value: string): boolean; get length(): number; toString(): string; }