MCPcopy
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

tzOffsetFunction · 0.45
index.jsFile · 0.45
index.jsFile · 0.45

Calls 1

asMillisecondsMethod · 0.95

Tested by

no test coverage detected