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

x/danet/src/hook/mod.ts>hookName

A Savory web framework for Deno heavily inspired by Nest
Go to Latest
enum hookName
Re-export
import { hookName } from "https://deno.land/x/danet@1.3.2/src/hook/mod.ts";

Members

APP_BOOTSTRAP = "onAppBootstrap"
APP_CLOSE = "onAppClose"