4 lines
72 B
JavaScript
4 lines
72 B
JavaScript
const isBrowser = typeof window !== "undefined";
|
|
|
|
export { isBrowser };
|