UNPKG

@moomfe/zenjs

Version:

ZenJS 是一个高性能的 JavaScript 工具库。

10 lines (8 loc) 254 B
var index = (function (o, c, d) { c.prototype.isBetween = function (a, b, u) { var dA = d(a); var dB = d(b); return this.isAfter(dA, u) && this.isBefore(dB, u) || this.isBefore(dA, u) && this.isAfter(dB, u); }; }); export default index;