UNPKG

routup

Version:

Routup is a minimalistic http based routing framework.

10 lines (9 loc) 206 B
export declare const RouterSymbol: unique symbol; export declare enum RouterPipelineStep { START = 0, LOOKUP = 1, CHILD_BEFORE = 2, CHILD_DISPATCH = 3, CHILD_AFTER = 4, FINISH = 5 }