Skip to main content
Module

x/aleph/server/helpers.ts>globalItSync

The Full-stack Framework in Deno.
Very Popular
Go to Latest
function globalItSync
import { globalItSync } from "https://deno.land/x/aleph@1.0.0-beta.1/server/helpers.ts";

Stores and returns the fn output in the globalThis object synchronously.

Parameters

name: string
fn: () => T