# Installation
> `npm install --save @types/raf`

# Summary
This package contains type definitions for raf (https://github.com/chrisdickinson/raf#readme).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/raf.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/raf/index.d.ts)
````ts
// 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

declare const raf: {
    (callback: (timestamp: number) => void): number;
    cancel: (handle: number) => void;
    polyfill: (globalObject?: any) => void;
};

export = raf;

````

### Additional Details
 * Last updated: Wed, 27 Sep 2023 07:12:04 GMT
 * Dependencies: none
 * Global values: none

# Credits
These definitions were written by [Ben Lorantfy](https://github.com/BenLorantfy).
