Deskpro library of common js methods
npm install @deskpro/js-utils@deskpro/js-utils
==============
Library of common js methods




The easiest way to use js-utils is to install it from npm and build it into your app with Webpack.
````
npm i @deskpro/js-utils --save
* Utilities
* Numbers
* Objects
* debounce
Allow to debounce a function
* newid
Generates a unique id value.
* noop
Provides an empty function to use as a default callback.