Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/yxz/util/lazy.ts>lazy

Deno Standard Extensions
Go to Latest
function lazy
import { lazy } from "https://deno.land/x/yxz@0.17.0/util/lazy.ts";

Type Parameters

optional
T = unknown

Parameters

f: () => T