UNPKG

azure-devops-node-api

Version:
7 lines (6 loc) 283 B
/** * Extracts rate limit headers from the provided headers and attaches them to the target object * @param headers - source headers * @param target - target object to attach rate limit info to */ export declare function extractRateLimitHeaders(headers: any, target: any): void;