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

x/tappin/core/mod.ts>isOnInit

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

Checks if given value is onInit

type

(val: any) => val is OnInit