make-quicker
v0.3.2
Published
This is a set of useful methods which make your code more performant
Readme
Introduction
This is a set of JS methods and algorithms which make some operations run quicker.
Installation
$ npm i make-quickerUsage
import { sortUniqueNumbers } from 'make-quicker'Current list of available methods
import {
sortUniqueNumbers
} from 'make-quicker'