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

x/tappin/core/hooks.ts

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

Variables

Checks if given value is onDestroy

Checks if given value is onInit

Checks if given value is onStart

onDestroy hook mixin

onDestroy hook token

onInit hook mixin

onInit hook token

onStart hook mixin

onStart hook token

Runs onDestroy hook

Runs onInit hook

Runs onStart hook

Interfaces

onDestroy hook interface

onInit hook interface

onStart hook interface