mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 06:50:19 +00:00
change default export to export =
This commit is contained in:
Vendored
+2
-2
@@ -7,6 +7,6 @@ declare const raf: {
|
||||
(callback: (timestamp: number) => void): number;
|
||||
cancel: (handle: number) => void;
|
||||
polyfill: (globalObject?: any) => void;
|
||||
};
|
||||
}
|
||||
|
||||
export default raf;
|
||||
export = raf;
|
||||
|
||||
Reference in New Issue
Block a user