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

Method as

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

Source from the content-addressed store, hash-verified

186 }
187
188 as(unit) {
189 return this.$ms / (unitToMS[prettyUnit(unit)])
190 }
191
192 get(unit) {
193 let base = this.$ms

Callers 8

asMillisecondsMethod · 0.95
asSecondsMethod · 0.95
asMinutesMethod · 0.95
asHoursMethod · 0.95
asDaysMethod · 0.95
asWeeksMethod · 0.95
asMonthsMethod · 0.95
asYearsMethod · 0.95

Calls 1

prettyUnitFunction · 0.70

Tested by

no test coverage detected