UNPKG

@drewsonne/maya-dates

Version:

Typescript package to manipulate dates in the Maya Calendar

6 lines (5 loc) 131 B
export default abstract class Factory { pattern: RegExp; constructor(pattern: RegExp); split(raw: string): string[]; }