@episclera/uikit-utils
v1.2.0
Published
A set of utils for uikit monorepo repository.
Downloads
9
Readme
Getting started
- Install:
npm i @episclera/uikit-utils
isBrowser
Returns true
if runing environement is a browser or false
if not.
import { isBrowser } from '@episclera/uikit-utils'
console.log(isBrowser())
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Or you can sponsor via Open Collective
Author
@episclera/uikit © Episclera, Released under the MIT License. Authored and maintained by Episclera with help from contributors (list).