UNPKG

128 BTypeScriptView Raw
1/**
2 * Registers a global interceptor.
3 */
4export declare function Interceptor(options?: {
5 priority?: number;
6}): Function;