Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ micros
Function
micros
packages/effect/src/Duration.ts:675–675 ·
view source on GitHub ↗
(micros: bigint)
Source
from the content-addressed store, hash-verified
673
* @since 2.0.0
674
*/
675
export
const
micros = (micros: bigint): Duration => make(micros * bigint1e3)
676
677
/**
678
* Creates a Duration from milliseconds.
Callers
nothing calls this directly
Calls
1
make
Function · 0.70
Tested by
no test coverage detected