@drewsonne/maya-dates
Version:
Typescript package to manipulate dates in the Maya Calendar
9 lines (8 loc) • 304 B
TypeScript
import { IPart } from "./i-part";
import { CommentWrapper } from "./comment-wrapper";
export declare class Wildcard extends CommentWrapper implements IPart {
constructor();
toString(): string;
equal(other: IPart): boolean;
}
export declare function isWildcard(token: any): token is Wildcard;