UNPKG

@drewsonne/maya-dates

Version:

Typescript package to manipulate dates in the Maya Calendar

11 lines (10 loc) 359 B
import FullDate from '../full-date'; import { IPart } from "../i-part"; import { CommentWrapper } from "../comment-wrapper"; export default class FullDateWildcard extends CommentWrapper implements IPart { private readonly fullDate; constructor(partialDate: FullDate); equal(other: IPart): boolean; run(): FullDate[]; toString(): string; }