Skip to main content
Module

x/alephjs/server/helpers.ts>globalIt

The Full-stack Framework in Deno.
Latest
function globalIt
import { globalIt } from "https://deno.land/x/alephjs@1.0.0-alpha.78.1/server/helpers.ts";

Stores and returns the fn output in the globalThis object

Parameters

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

Returns

Promise<T>