UNPKG

oauth-v2-client

Version:
8 lines (7 loc) 260 B
import { RequestBodyType } from "../interfaces"; /** * Format request according to the body type * @param bodyType request body type * @param body request body */ export default function renderRequestBody(bodyType: RequestBodyType, body: any): any;