1.0.0 • Published 6 years ago

test-yolo v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Build Status XO code style

Calculator

Install

$ npm install calculator

or

$ yarn add calculator

Usage

const {add, sub} = require('calculator');

console.log(add(1, 2)); // ==> 3
1.0.0

6 years ago