UNPKG

jsfast

Version:

Fastjs(jsfast) is a useful, lightweight JavaScript library for any types of project.

3 lines (2 loc) 151 B
import type { FastjsRequest, FastjsRequestAPI } from "./fetch-types"; export declare function createMethods(request: FastjsRequest): FastjsRequestAPI;