Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/easyts/async.ts>AssetLoadCallback

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