MCPcopy
hub / github.com/iamkun/dayjs / endOf

Method endOf

src/index.js:190–192  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

188 }
189
190 endOf(arg) {
191 return this.startOf(arg, false)
192 }
193
194 $set(units, int) { // private set
195 const unit = Utils.p(units)

Callers 3

isSameMethod · 0.95
isBeforeMethod · 0.95
daysInMonthMethod · 0.95

Calls 1

startOfMethod · 0.95

Tested by

no test coverage detected