MCPcopy
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 */
268export const seconds = (seconds: number): Duration => make(seconds * 1000)
269
270/**
271 * @since 2.0.0

Callers 7

query.test.tsFile · 0.90
metrics.tsFile · 0.90
otlp-exporter.tsFile · 0.90
decodeFunction · 0.85
fromIsoFunction · 0.85
query.tsFile · 0.85

Calls 1

makeFunction · 0.70

Tested by

no test coverage detected