UNPKG

hono

Version:

Web framework built on Web Standards

13 lines (12 loc) 353 B
export declare const PATH_ERROR: unique symbol; export type ParamAssocArray = [ string, number ][]; export interface Context { varIndex: number; } export declare class Node { insert(tokens: readonly string[], index: number, paramMap: ParamAssocArray, context: Context, pathErrorCheckOnly: boolean): void; buildRegExpStr(): string; }