MCPcopy Create free account
hub / github.com/Effect-TS/effect / nanos

Function nanos

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

Source from the content-addressed store, hash-verified

657 * @since 2.0.0
658 */
659export const nanos = (nanos: bigint): Duration => make(nanos)
660
661/**
662 * Creates a Duration from microseconds.

Callers 1

fromInputUnsafeFunction · 0.85

Calls 1

makeFunction · 0.70

Tested by

no test coverage detected