UNPKG

ng-http-interceptor

Version:
7 lines (6 loc) 211 B
/** * @description * Gets index of {@link RequestOptions} in http data array for specified `method`. * @param method - Http method */ export declare function getHttpOptionsIdx(method: string): number;