A set of utils for @episclera/weaver package. Part of weaver monorepo
Site | Getting Started | API | Blog
- Install:
npm i @episclera/weaver-utils
Returns true
if runing environement is a browser or false
if not.
import { isBrowser } from '@episclera/weaver-utils'
console.log(isBrowser())
- 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
@episclera/weaver © Episclera, Released under the MIT License.
Authored and maintained by Episclera with help from contributors (list).