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

x/tappin/core/mod.ts>isOnDestroy

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

Checks if given value is onDestroy

type

(val: any) => val is OnDestroy