Utilities for widget development, no dependencies 
Getting started with Development
yarn
to get the project's dependencies.
yarn start
to start development server with live-reload and hot module replacement
- go to http://localhost:8080/index.html
Scripts
yarn start
- starts development server with live-reload and hot module replacement
yarn run build
- produces production version under the dist
folder
yarn run test
- runs tests.
yarn run test-ci
- runs tests in CI mode.
Usage
import * as utils from 'widget-utils';
Browser Support
IE9+, Mobile Safari 8+, all evergreens.