UNPKG

itty-router

Version:

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

2 lines (1 loc) 82 B
export type ResponseFormatter = (body?: any, options?: ResponseInit) => Response;