UNPKG

trello-for-wolves

Version:
9 lines (8 loc) 384 B
import { AnyParams } from "../typeDefs"; export declare const UNCHANGED_PARAM_NAMES: string[]; /** * Creates the query string that will be appended to the endpoint path to perform * the request to the Trello API. * @param queryParamsByName Params name/value object used to build query string. */ export declare function stringifyQueryParams(queryParamsByName: AnyParams): string;