UNPKG

route-recognizer

Version:

A lightweight JavaScript library that matches paths against registered routes.

4 lines (3 loc) 79 B
export declare function createMap<T>(): { [key: string]: T | undefined; };