UNPKG

itty-router

Version:

A tiny, zero-dependency router, designed to make beautiful APIs in any environment.

3 lines (2 loc) 154 B
import { ResponseFormatter } from './types'; export declare const createResponse: (format?: string, transform?: (body: any) => any) => ResponseFormatter;