UNPKG

@drewsonne/maya-dates

Version:

Typescript package to manipulate dates in the Maya Calendar

8 lines 220 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isPart = void 0; function isPart(o) { return (o.equal !== undefined); } exports.isPart = isPart; //# sourceMappingURL=i-part.js.map