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 Jul 30, 2020
1 parent dd7efc4 commit a6a10d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion api_guard/dist/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
export declare const animationFrame: AnimationFrameScheduler;

export declare function animationFrames(timestampProvider?: TimestampProvider): Observable<number>;
export declare function animationFrames(timestampProvider?: TimestampProvider): Observable<{
timestamp: number;
elapsed: number;
}>;

export declare const animationFrameScheduler: AnimationFrameScheduler;

Expand Down

0 comments on commit a6a10d0

Please sign in to comment.