UNPKG

react-restful

Version:

Another liblary for restful resources management for React app.

3 lines (2 loc) 226 B
import { RequestParameter } from '../core'; export declare const createRequestParam: (value: string | number | Object | null | undefined, type: "body" | "path" | "query", parameter?: string | undefined) => RequestParameter;