UNPKG

@effect-ts/system

Version:

Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.

7 lines 288 B
import type * as CL from "../../../../Clock/index.js"; import type * as C from "../core.js"; /** * A stream that emits Unit values spaced by the specified duration. */ export declare function tick(interval: number): C.Stream<CL.HasClock, never, void>; //# sourceMappingURL=tick.d.ts.map