UNPKG

@drewsonne/maya-dates

Version:

Typescript package to manipulate dates in the Maya Calendar

7 lines (6 loc) 184 B
import Factory from './base'; import LongCount from '../lc/long-count'; export default class LongCountFactory extends Factory { constructor(); parse(raw: string): LongCount; }