LwCopyimport { 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§T[src]§Type§Promise<T> | T[src]§Lw(loaderName: string)[src]§Parameters§loaderName: string[src]