Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/tappin/core/hooks.ts>isOnDestroy

🦖 Powerful application framework for Deno
Latest
variable isOnDestroy
import { isOnDestroy } from "https://deno.land/x/tappin@0.5.0/core/hooks.ts";

Checks if given value is onDestroy

type

(val: any) => val is OnDestroy