UNPKG

x-ng2-http-interceptor

Version:
11 lines (10 loc) 425 B
import { RequestOptionsArgs } from '@angular/http'; import { InterceptorRequestOptionsArgs } from './interceptor-request-options-args'; export declare class InterceptorUtils { static from(options: RequestOptionsArgs): InterceptorRequestOptionsArgs; static assign(target: any, ...args: any[]): any; /** * Forcing the user to use static methods, as this is a utility class */ private constructor(); }