Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ hours
Function
hours
packages/effect/src/Duration.ts:739–739 ·
view source on GitHub ↗
(hours: number)
Source
from the content-addressed store, hash-verified
737
* @since 2.0.0
738
*/
739
export
const
hours = (hours: number): Duration => make(hours * 3_600_000)
740
741
/**
742
* Creates a Duration from days.
Callers
1
fromInputUnsafe
Function · 0.85
Calls
1
make
Function · 0.70
Tested by
no test coverage detected