Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Latest commit

 

History

History
52 lines (41 loc) · 2.06 KB

README.md

File metadata and controls

52 lines (41 loc) · 2.06 KB

@deskpro/js-utils

Library of common js methods

Build Status

License npm version

Installation

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

  • debounce
    Allow to debounce a function

  • newid
    Generates a unique id value.

  • noop
    Provides an empty function to use as a default callback.

Numbers

Objects

Strings