@fullfacing/utils
Collection of utility functions used in Full Facing projects
Table of Contents
Usage
import {chunk} from "@fullfacing/utils";
Install
This project uses node and npm.
$ npm install @fullfacing/utils
$ # OR
$ yarn add @fullfacing/utils
Contribute
- Fork it and create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am "Add some feature"
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
License
MIT