Get isomorphic global object on node.js and browser
npm install getroot




getroot is simple utility wraps access to global object.
``sh`
npm install getroot
`js
import { root } from 'getroot';
//root is either window or global based on running environment.`
Few npm scripts are supported for build / test code.
- build: Transpiles code to ES5 commonjs to dist.test
- : Run unit testlint
- : Run lint over all codebaseslint:staged
- : Run lint only for staged changes. This'll be executed automatically with precommit hook.commit`: Commit wizard to write commit message
-