UNPKG

react-performance-testing

Version:

You can test React(ReactNative) runtime performance by using this lib. If you want to check the number of renders, or render time in a test environment, this lib makes sense.

3 lines 162 B
/// <reference types="node" /> export declare const W: (NodeJS.Global & typeof globalThis) | (Window & typeof globalThis); //# sourceMappingURL=globals.d.ts.map