Skip to main content
Module

x/alephjs/server/helpers.ts>globalItSync

The Full-stack Framework in Deno.
Latest
function globalItSync
import { globalItSync } 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 synchronously.

Parameters

name: string
fn: () => T