Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/iamkun/dayjs
/ valueOf
Method
valueOf
src/plugin/duration/index.js:239–241 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
237
}
238
239
valueOf() {
240
return
this.asMilliseconds()
241
}
242
243
milliseconds() {
return
this.get(
'milliseconds'
) }
244
asMilliseconds() {
return
this.as(
'milliseconds'
) }
Callers
3
tzOffset
Function · 0.45
index.js
File · 0.45
index.js
File · 0.45
Calls
1
asMilliseconds
Method · 0.95
Tested by
no test coverage detected