📄 animationFrame.d.ts
/home/palash/git/site/node_modules/dom-helpers/esm/animationFrame.d.ts
Language: ts • Lines: 2
export declare const cancel: (id: number) => void;
export declare const request: typeof requestAnimationFrame;