widget-utils
v1.0.0
Published
Widget Utils
Readme
Utilities for widget development 
Getting started with Development
npm installto get the project's dependencies.npm startto start development server with live-reload and hot module replacement- go to http://localhost:8080/index.html
Scripts
npm start- starts development server with live-reload and hot module replacementnpm run build- produces production version under thedistfoldernpm run test- runs tests.npm run test-ci- runs tests in CI mode.
Usage
// ES6 module
import * as utils from 'widget-utils';
// utils.isObject({});
Browser Support
IE9+, Mobile Safari 8+, all evergreens.
