UNPKG

kequapp

Version:

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

3 lines (2 loc) 128 B
import type { IRouter, TBranchData } from '../types.ts'; export default function createRouter(structure: TBranchData): IRouter;