UNPKG

jai-server

Version:

Fast , simple and powerful web framework for creating REST APIs for your next project. RESTFul API server

4 lines (3 loc) 174 B
import { Params } from '../types/types'; declare function Matcher(q?: string, url?: string, fullMatch?: boolean, strict?: boolean): Params | boolean; export default Matcher;