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

Function days

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

Source from the content-addressed store, hash-verified

753 * @since 2.0.0
754 */
755export const days = (days: number): Duration => make(days * 86_400_000)
756
757/**
758 * Creates a Duration from weeks.

Callers 1

fromInputUnsafeFunction · 0.85

Calls 1

makeFunction · 0.70

Tested by

no test coverage detected