Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Lw

import { Lw } from "https://raw.githubusercontent.com/ent2/deno-playentry/main/src/deps.ts";
type Lw<T> = Promise<T> | T;
function Lw(loaderName: string);

§Type Parameters

§Type

§
Promise<T> | T
[src]
§
Lw(loaderName: string)
[src]

§Parameters

§
loaderName: string
[src]