@knowbly/browser-or-node
v0.1.0
Published
> inspired by https://github.com/flexdinesh/browser-or-node
Downloads
1
Readme
Browser Or Node
inspired by https://github.com/flexdinesh/browser-or-node
Usage
import { getIsBrowser, getIsNode } from "@knowbly/browser-or-node";
getIsBrowser() // false|true
getIsNode() // false|true
Development
yarn test:unit
- Run your unit tests.yarn lint
- Lints and fixes files.yarn commit
- Commit your changes using commitizen.