Skip to main content
Module

x/evt/tools/powerhooks/useGuaranteedMemo.ts>useGuaranteedMemo

💧EventEmitter's typesafe replacement
Latest
function useGuaranteedMemo
import { useGuaranteedMemo } from "https://deno.land/x/evt@v2.5.7/tools/powerhooks/useGuaranteedMemo.ts";

Parameters

fn: () => T
deps: readonly any[]