UNPKG

@booxood/mocker-api

Version:

This is dev support mock RESTful API.

3 lines (2 loc) 211 B
import { TokensToRegexpOptions, ParseOptions } from 'path-to-regexp'; export declare function pathMatch(options: TokensToRegexpOptions & ParseOptions): (path: string) => (pathname: string, params?: any) => any;