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

x/tappin/core/mod.ts>onInit

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

onInit hook mixin

type

(cb: () => Promise<void> | void) => OnInit