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

Method asMilliseconds

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

Source from the content-addressed store, hash-verified

242
243 milliseconds() { return this.get('milliseconds') }
244 asMilliseconds() { return this.as('milliseconds') }
245 seconds() { return this.get('seconds') }
246 asSeconds() { return this.as('seconds') }
247 minutes() { return this.get('minutes') }

Callers 1

valueOfMethod · 0.95

Calls 1

asMethod · 0.95

Tested by

no test coverage detected