Skip to main content
Module

x/easyts/mod.ts>ReadReturn

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