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

Method asDays

src/plugin/duration/index.js:252–252  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250 asHours() { return this.as('hours') }
251 days() { return this.get('days') }
252 asDays() { return this.as('days') }
253 weeks() { return this.get('weeks') }
254 asWeeks() { return this.as('weeks') }
255 months() { return this.get('months') }

Callers

nothing calls this directly

Calls 1

asMethod · 0.95

Tested by

no test coverage detected