File: animationFrame.d.ts

package info (click to toggle)
node-dom-helpers 5.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,216 kB
  • sloc: javascript: 1,800; makefile: 3
file content (2 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (2)
1
2
export declare const cancel: (id: number) => void;
export declare const request: typeof requestAnimationFrame;