UNPKG

hono

Version:

Web framework built on Web Standards

8 lines (6 loc) 278 B
import type { ParamAssocArray } from './node'; export type ReplacementMap = number[]; export declare class Trie { insert(path: string, index: number, pathErrorCheckOnly: boolean): ParamAssocArray; buildRegExp(): [RegExp, ReplacementMap, ReplacementMap]; }