tra-analysis/website/functions/node_modules/google-gax/build/src/routing_header.d.ts
2019-01-06 13:14:45 -06:00

10 lines
253 B
TypeScript

/**
* Constructs the routing header from the given params
*
* @param {Object} params - the request header parameters.
* @return {string} the routing header value.
*/
export declare function fromParams(params: {
[index: string]: {};
}): string;