Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ millis
Function
millis
packages/effect/src/Duration.ts:691–691 ·
view source on GitHub ↗
(millis: number)
Source
from the content-addressed store, hash-verified
689
* @since 2.0.0
690
*/
691
export
const
millis = (millis: number): Duration => make(millis)
692
693
/**
694
* Creates a Duration from seconds.
Callers
1
fromInputUnsafe
Function · 0.85
Calls
1
make
Function · 0.70
Tested by
no test coverage detected