UNPKG

react-restful

Version:

Another liblary for restful resources management for React app.

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