Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
659
export
const
nanos = (nanos: bigint): Duration => make(nanos)
660
661
/**
662
* Creates a Duration from microseconds.
Callers
1
fromInputUnsafe
Function · 0.85
Calls
1
make
Function · 0.70
Tested by
no test coverage detected