@bbodek/utils
v0.0.23
Published
```sh # with npm npm install @bbodek/utils
Downloads
443
Readme
@bbodek/utils ·

Installation
# with npm
npm install @bbodek/utils
# with yarn
yarn add @bbodek/utilsExample
import { isServer } from '@bbodek/utils';
if (isServer()) {
return null;
}
return <ClientComponent />;Peer Dependencies
"peerDependencies": {
"next": "^15.3.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
}License
Licensed under the MIT license.
