UNPKG

@drewsonne/maya-dates

Version:

Typescript package to manipulate dates in the Maya Calendar

5 lines (4 loc) 112 B
import FullDate from '../full-date'; export default class FullDateFactory { parse(raw: string): FullDate; }