Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ micros
Function
micros
packages/effect/src/Duration.ts:256–256 ·
view source on GitHub ↗
(micros: bigint)
Source
from the content-addressed store, hash-verified
254
* @category constructors
255
*/
256
export
const
micros = (micros: bigint): Duration => make(micros * bigint1e3)
257
258
/**
259
* @since 2.0.0
Callers
1
decode
Function · 0.85
Calls
1
make
Function · 0.70
Tested by
no test coverage detected