@knowbly/browser-or-node
v0.1.0
Published
> inspired by https://github.com/flexdinesh/browser-or-node
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|trueDevelopment
yarn test:unit- Run your unit tests.yarn lint- Lints and fixes files.yarn commit- Commit your changes using commitizen.
