Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
export
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
isSame
Method · 0.65
isBefore
Method · 0.65
Tested by
no test coverage detected