Files
keycloak_theme/src/lib/isStorybook.ts

4 lines
143 B
TypeScript
Raw Normal View History

2024-05-20 15:48:51 +02:00
export const isStorybook =
typeof window === "object" &&
Object.keys(window).find(key => key.startsWith("__STORYBOOK")) !== undefined;