UNPKG

@bitblit/ratchet-epsilon-common

Version:

Tiny adapter to simplify building API gateway Lambda APIS

8 lines (7 loc) 182 B
import { RouteMapping } from './route-mapping.js'; import Route from 'route-parser'; export interface RouteAndParse { mapping: RouteMapping; route: Route; parsed: any; }