Module

x/aleph/server/helpers.ts>globalIt

The Full-stack Framework in Deno.
Very Popular
Latest
function globalIt
import { globalIt } from "https://dotland.deno.dev/x/aleph@1.0.0-beta.44/server/helpers.ts";

Stores and returns the fn output in the globalThis object.

Parameters

name: string
fn: () => Promise<T>

Returns

Promise<T>