UNPKG

storybook-addon-performance

Version:

A storybook addon to help better understand and debug performance for React components

21 lines (19 loc) 453 B
// ../../node_modules/.pnpm/@storybook+global@5.0.0/node_modules/@storybook/global/dist/index.mjs var scope = (() => { let win; if (typeof window !== "undefined") { win = window; } else if (typeof globalThis !== "undefined") { win = globalThis; } else if (typeof global !== "undefined") { win = global; } else if (typeof self !== "undefined") { win = self; } else { win = {}; } return win; })(); export { scope };