UNPKG

routup

Version:

Routup is a minimalistic http based routing framework.

4 lines (3 loc) 218 B
import type { DispatchErrorEvent } from './error'; import type { DispatchEvent } from './module'; export declare function isDispatcherErrorEvent(event: DispatchEvent | DispatchErrorEvent): event is DispatchErrorEvent;