# @types/raf-schd

> TypeScript definitions for raf-schd

Latest version **4.0.3** (published 2023-11-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/raf-schd
pnpm add @types/raf-schd
yarn add @types/raf-schd
bun add @types/raf-schd
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 4.0.3 |
| Published | 2023-11-07 |
| First published | 2019-08-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51439 |
| Maintainers | types |

## Links

- npm: https://www.npmjs.com/package/@types/raf-schd
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/raf-schd
- npm.io page: https://npm.io/package/@types/raf-schd

## Recent versions

- 4.0.3 (latest) — 2023-11-07
- 4.0.1 (ts3.5) — 2021-04-14
- 4.0.0 (ts3.1) — 2019-08-19
- 4.0.2 — 2023-10-18

## README

# Installation
> `npm install --save @types/raf-schd`

# Summary
This package contains type definitions for raf-schd (https://github.com/alexreardon/raf-schd).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/raf-schd.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/raf-schd/index.d.ts)
````ts
type ScheduledFn<T extends (...args: any[]) => void> = T & { cancel(): void };

declare function rafSchd<T extends (...args: any[]) => void>(fn: T): ScheduledFn<T>;

export = rafSchd;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 09:09:39 GMT
 * Dependencies: none

# Credits
These definitions were written by [Adam Bergman](https://github.com/adambrgmn).

---
_Source: https://npm.io/package/@types/raf-schd · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
