UNPKG

@drewsonne/maya-dates

Version:

Typescript package to manipulate dates in the Maya Calendar

7 lines 258 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isPart = isPart; function isPart(o) { return (typeof o === 'object' && o !== null && 'equal' in o && typeof o.equal === 'function'); } //# sourceMappingURL=i-part.js.map