UNPKG

@prelude/channel

Version:

Channel module.

4 lines (3 loc) 192 B
import { Channel } from './channel.js'; /** @returns channel that closes after specified time in milliseconds. */ export declare function after<T = unknown>(milliseconds: number): Channel<T>;