MCPcopy
hub / github.com/iamkun/dayjs / index.js

File index.js

src/plugin/isSameOrBefore/index.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export default (o, c) => {
2 c.prototype.isSameOrBefore = function (that, units) {
3 return this.isSame(that, units) || this.isBefore(that, units)
4 }

Callers

nothing calls this directly

Calls 2

isSameMethod · 0.65
isBeforeMethod · 0.65

Tested by

no test coverage detected