UNPKG

ember-fetch

Version:

HTML5 Fetch polyfill (as an ember-addon)

7 lines (6 loc) 265 B
/** * Helper function that turns the data/body of a request into a query param string. * This is directly copied from jQuery.param. */ export declare function serializeQueryParams(queryParamsObject: object | string): string; export default serializeQueryParams;