UNPKG

kequapp

Version:

A minimal, zero-magic Node web framework built on native APIs

4 lines (3 loc) 148 B
export declare const PARA = "[^/]+"; export declare const WILD = ".*"; export default function createRegexp(url: string, isWild?: boolean): RegExp;