Skip to content

Commit

Permalink
chore: api_guardian:update
Browse files Browse the repository at this point in the history
  • Loading branch information
cartant committed Sep 25, 2020
1 parent 0a6aca5 commit 1cf1cd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api_guard/dist/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ export declare function concat<A extends ObservableInput<any>[]>(...observables:

export declare const config: {
onUnhandledError: ((err: any) => void) | null;
Promise: PromiseConstructorLike;
stoppedObserver: import("./types").NextObserver<any> | import("./types").ErrorObserver<any> | import("./types").CompletionObserver<any> | undefined;
Promise: PromiseConstructorLike | undefined;
useDeprecatedSynchronousErrorHandling: boolean;
useDeprecatedNextContext: boolean;
};
Expand Down

0 comments on commit 1cf1cd3

Please sign in to comment.