UNPKG

routup

Version:

Routup is a minimalistic http based routing framework.

6 lines (5 loc) 180 B
import type { RoutupError } from '../../error'; import { DispatchEvent } from './module'; export declare class DispatchErrorEvent extends DispatchEvent { error: RoutupError; }