Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ minutes
Function
minutes
packages/effect/src/Duration.ts:274–274 ·
view source on GitHub ↗
(minutes: number)
Source
from the content-addressed store, hash-verified
272
* @category constructors
273
*/
274
export
const
minutes = (minutes: number): Duration => make(minutes * 60_000)
275
276
/**
277
* @since 2.0.0
Callers
1
decode
Function · 0.85
Calls
1
make
Function · 0.70
Tested by
no test coverage detected