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

Method asHours

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

Source from the content-addressed store, hash-verified

248 asMinutes() { return this.as('minutes') }
249 hours() { return this.get('hours') }
250 asHours() { return this.as('hours') }
251 days() { return this.get('days') }
252 asDays() { return this.as('days') }
253 weeks() { return this.get('weeks') }

Callers

nothing calls this directly

Calls 1

asMethod · 0.95

Tested by

no test coverage detected