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) 117 B
import { Router as RouterType } from '../types/types'; declare function Router(): RouterType; export default Router;