Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ minutes
Function
minutes
packages/effect/src/Duration.ts:723–723 ·
view source on GitHub ↗
(minutes: number)
Source
from the content-addressed store, hash-verified
721
* @since 2.0.0
722
*/
723
export
const
minutes = (minutes: number): Duration => make(minutes * 60_000)
724
725
/**
726
* Creates a Duration from hours.
Callers
1
fromInputUnsafe
Function · 0.85
Calls
1
make
Function · 0.70
Tested by
no test coverage detected