UNPKG

ng-http-interceptor

Version:
25 lines 566 B
/** * @fileoverview added by tsickle * @suppress {checkTypes} checked by tsc */ /** * @record */ export function HttpInterceptor() { } function HttpInterceptor_tsickle_Closure_declarations() { /** @type {?} */ HttpInterceptor.prototype.request; /** @type {?} */ HttpInterceptor.prototype.response; /** * \@internal * @type {?} */ HttpInterceptor.prototype._interceptRequest; /** * \@internal * @type {?} */ HttpInterceptor.prototype._interceptResponse; } //# sourceMappingURL=http-interceptor.js.map