Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
asMilliseconds
Method · 0.95
asSeconds
Method · 0.95
asMinutes
Method · 0.95
asHours
Method · 0.95
asDays
Method · 0.95
asWeeks
Method · 0.95
asMonths
Method · 0.95
asYears
Method · 0.95
Calls
1
prettyUnit
Function · 0.70
Tested by
no test coverage detected