Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ seconds
Function
seconds
packages/effect/src/Duration.ts:268–268 ·
view source on GitHub ↗
(seconds: number)
Source
from the content-addressed store, hash-verified
266
* @category constructors
267
*/
268
export
const
seconds = (seconds: number): Duration => make(seconds * 1000)
269
270
/**
271
* @since 2.0.0
Callers
7
query.test.ts
File · 0.90
query-nested.test.ts
File · 0.90
metrics.ts
File · 0.90
otlp-exporter.ts
File · 0.90
decode
Function · 0.85
fromIso
Function · 0.85
query.ts
File · 0.85
Calls
1
make
Function · 0.70
Tested by
no test coverage detected