js-library-boilerplate-description.
js-library-boilerplate is available on npm/yarn:
$ npm install js-library-boilerplate --save
$ yarn add js-library-boilerplate
import { sum } from 'js-library-boilerplate';
sum(2, 2); // => 4
const sum = require('js-library-boilerplate').sum;
sum(2, 2); // => 4
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project adheres to Semantic Versioning. Every release, along with the migration instructions, is documented on the Github Releases page.
Report bugs or do suggestions using the issues.