tra-analysis/website/functions/node_modules/google-gax/build/src/routing_header.d.ts

10 lines
253 B
TypeScript
Raw Normal View History

2019-01-06 19:14:45 +00:00
/**
* 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;