Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
286
export
const
days = (days: number): Duration => make(days * 86_400_000)
287
288
/**
289
* @since 2.0.0
Callers
1
decode
Function · 0.85
Calls
1
make
Function · 0.70
Tested by
no test coverage detected