MCPcopy Create free account
hub / github.com/Effect-TS/effect / weeks

Function weeks

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

Source from the content-addressed store, hash-verified

769 * @since 2.0.0
770 */
771export const weeks = (weeks: number): Duration => make(weeks * 604_800_000)
772
773/**
774 * Converts a Duration to milliseconds.

Callers 1

fromInputUnsafeFunction · 0.85

Calls 1

makeFunction · 0.70

Tested by

no test coverage detected