import { globalIt } from "https://deno.land/x/aleph@1.0.0-beta.42/server/helpers.ts";
Stores and returns the fn
output in the globalThis
object.
Parameters
fn: () => Promise<T>
import { globalIt } from "https://deno.land/x/aleph@1.0.0-beta.42/server/helpers.ts";
Stores and returns the fn
output in the globalThis
object.