Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/easyts/channel.ts>ReadRawReturn

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