mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 15:00:26 +00:00
fix tests
This commit is contained in:
Vendored
+2
-2
@@ -1,4 +1,4 @@
|
||||
// Type definitions for raf 3.4.0
|
||||
// Type definitions for raf 3.4
|
||||
// Project: https://github.com/chrisdickinson/raf#readme
|
||||
// Definitions by: Ben Lorantfy <https://github.com/BenLorantfy>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
@@ -7,6 +7,6 @@ declare const raf: {
|
||||
(callback: (timestamp: number) => void): number;
|
||||
cancel: (handle: number) => void;
|
||||
polyfill: (globalObject?: any) => void;
|
||||
}
|
||||
};
|
||||
|
||||
export default raf;
|
||||
|
||||
Reference in New Issue
Block a user