UNPKG

253 BTypeScriptView Raw
1import { SignatureOAuthOptions } from "../types";
2export default function parameterString(signatureOptions: SignatureOAuthOptions, queryParams?: Record<string, string | number | boolean>, bodyParams?: Record<string, string | number | boolean>): string;