Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method LoaderContext.prototype.get
import { LoaderContext } from "https://deno.land/x/frugal@0.2.1/packages/core/LoaderContext.ts";

Get the generation result of a loader

Type Parameters

optional
VALUE = unknown

Parameters

name: string

Returns

VALUE | undefined