MCPcopy 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 */
256export const micros = (micros: bigint): Duration => make(micros * bigint1e3)
257
258/**
259 * @since 2.0.0

Callers 1

decodeFunction · 0.85

Calls 1

makeFunction · 0.70

Tested by

no test coverage detected