Initial Commit
This commit is contained in:
5
node_modules/web-vitals/dist/modules/lib/whenIdle.d.ts
generated
vendored
Normal file
5
node_modules/web-vitals/dist/modules/lib/whenIdle.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Runs the passed callback during the next idle period, or immediately
|
||||
* if the browser's visibility state is (or becomes) hidden.
|
||||
*/
|
||||
export declare const whenIdle: (cb: () => void) => number;
|
||||
Reference in New Issue
Block a user