UNPKG

@drewsonne/maya-dates

Version:

Typescript package to manipulate dates in the Maya Calendar

5 lines (4 loc) 156 B
import GregorianCalendarDate from "../lc/western/gregorian"; export default class GregorianFactory { parse(gregorian: string): GregorianCalendarDate; }