Skip to content

Download the package

Terminal window
npm i is-land

Or write it yourself!

if (!!globalThis.window) {
console.log('You are in the browser')
} else {
console.log('You are on the server')
}