Skip to main content
Module

x/easyts/channel.ts>ReadReturn

js library written with ts, use select and chan like golang in js.
Latest
type alias ReadReturn
import { type ReadReturn } from "https://deno.land/x/easyts@0.1.2/channel.ts";
definition: undefined | T | Promise<undefined | T>