carbonjs
Version:
Javascript date library alternative to Moment.js with the same modern API
1 lines • 148 B
JavaScript
;module.exports=(e=>{e.prototype.isBetween=function(e,t){return this.isAfter(e)&&this.isBefore(t)||this.isBefore(e)&&this.isAfter(t)}});