MCPcopy Index your code
hub / github.com/Effect-TS/effect / days

Function days

packages/effect/src/Duration.ts:286–286  ·  view source on GitHub ↗
(days: number)

Source from the content-addressed store, hash-verified

284 * @category constructors
285 */
286export const days = (days: number): Duration => make(days * 86_400_000)
287
288/**
289 * @since 2.0.0

Callers 1

decodeFunction · 0.85

Calls 1

makeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…