carbonjs
Version:
Javascript date library alternative to Moment.js with the same modern API
1 lines • 143 B
JavaScript
;const e=require("./utils/calendars");module.exports=(r=>{r.prototype.isLeapYear=function(){return e.leap_gregorian(this._year)}});