UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

1 lines 519 B
{"version":3,"file":"is-client.cjs","sources":["../../src/helpers/is-client.ts"],"sourcesContent":["/**\n * Checks if the code is running in a client-side environment by verifying the existence of the window object\n *\n * @returns {boolean} Returns true if running in a browser environment, false if running in a server environment\n */\nexport function isClient(): boolean {\n return typeof window !== \"undefined\";\n}\n"],"names":[],"mappings":";;AACO,SAAS,QAAQ,GAAG;AAC3B,EAAE,OAAO,OAAO,MAAM,KAAK,WAAW;AACtC;;;;"}