Skip to content

Commit

Permalink
chore: update api_guardian
Browse files Browse the repository at this point in the history
  • Loading branch information
cartant committed Mar 5, 2021
1 parent 9167323 commit 37f5432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_guard/dist/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export interface InteropObservable<T> {

export declare function interval(period?: number, scheduler?: SchedulerLike): Observable<number>;

export declare function isObservable<T>(obj: any): obj is Observable<T>;
export declare function isObservable(obj: any): obj is Observable<unknown>;

export declare function lastValueFrom<T>(source: Observable<T>): Promise<T>;

Expand Down

0 comments on commit 37f5432

Please sign in to comment.