Skip to main content
Module

x/airbag/mod.ts>ErrorLoggingFunction

A simple solution to error handling in oak
Latest
type alias ErrorLoggingFunction
import { type ErrorLoggingFunction } from "https://deno.land/x/airbag@0.4/mod.ts";
definition: (error: Error) => void