Skip to main content
Module

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

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

Parameters

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