MCPcopy Index your code
hub / github.com/Effect-TS/effect / nanos

Function nanos

packages/effect/src/Duration.ts:250–250  ·  view source on GitHub ↗
(nanos: bigint)

Source from the content-addressed store, hash-verified

248 * @category constructors
249 */
250export const nanos = (nanos: bigint): Duration => make(nanos)
251
252/**
253 * @since 2.0.0

Callers 1

decodeFunction · 0.85

Calls 1

makeFunction · 0.70

Tested by

no test coverage detected