UNPKG

ng-http-interceptor

Version:
26 lines 635 B
/** * @fileoverview added by tsickle * @suppress {checkTypes} checked by tsc */ /** * @record */ export function Interceptable() { } function Interceptable_tsickle_Closure_declarations() { /** @type {?} */ Interceptable.prototype.addInterceptor; /** @type {?} */ Interceptable.prototype.removeInterceptor; /** @type {?} */ Interceptable.prototype.clearInterceptors; } /** * @record */ export function Interceptor() { } function Interceptor_tsickle_Closure_declarations() { /* TODO: handle strange member: (data: T, method: string, ctx?: any): D; */ } //# sourceMappingURL=interceptable.js.map