1.0.1 • Published 5 years ago

alex-react-utils v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
5 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.

1.0.1

5 years ago

1.0.0

5 years ago