Skip to content

Commit

Permalink
chore: update api_guardian files
Browse files Browse the repository at this point in the history
  • Loading branch information
cartant committed Oct 2, 2020
1 parent 2814491 commit 94ef4d4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions api_guard/dist/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,15 +189,7 @@ export declare function concat<A extends ObservableInput<any>[]>(...observables:

export declare const config: {
onUnhandledError: ((err: any) => void) | null;
onStoppedNotification: ((notification: {
kind: 'N';
value: any;
} | {
kind: 'E';
error: any;
} | {
kind: 'C';
}, subscriber: Subscriber<any>) => void) | null;
onStoppedNotification: ((notification: ObservableNotification<any>, subscriber: Subscriber<any>) => void) | null;
Promise: PromiseConstructorLike | undefined;
useDeprecatedSynchronousErrorHandling: boolean;
useDeprecatedNextContext: boolean;
Expand Down

0 comments on commit 94ef4d4

Please sign in to comment.