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

File index.js

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

isSameMethod · 0.65
isAfterMethod · 0.65

Tested by

no test coverage detected