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

x/tappin/core/mod.ts>runOnInit

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

Runs onInit hook

type

(val: OnInit) => unknown