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

Library of common js methods

License

Notifications You must be signed in to change notification settings

deskpro/js-utils

Repository files navigation

@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