UNPKG

@drewsonne/maya-dates

Version:

Typescript package to manipulate dates in the Maya Calendar

17 lines 484 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var wildcard_1 = require("../../wildcard"); var Base = (function () { function Base(value) { this.value = value; } Base.prototype.isWildcard = function () { return (0, wildcard_1.isWildcard)(this.value); }; Base.prototype.toString = function () { return "".concat(this.value); }; return Base; }()); exports.default = Base; //# sourceMappingURL=base.js.map