1.4.0 • Published 3 years ago

react-utils-lib v1.4.0

Weekly downloads
20
License
-
Repository
-
Last release
3 years ago

utils

utils is a javascript library meant primarily for react, but has a large number of multi-purpose utility functions

Installation

Using npm to install.

npm i alex-react-utils

Using yarn to install.

yarn add alex-react-utils

Usage

import utils from "alex-react-utils"

utils.add(1, 1) #returns 2
utils.subtract(2, 1) #returns 1

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.