apple-price-rounder

1.0.0 • Public • Published

Installing

sudo npm i apple-price-rounder --save

Using

var R = require('apple-price-rounder');

R(3.55)
  .then((value) => {console.log('Output', value);})
  .catch((err) => {console.log('Error', err);})

Running tests

npm test

Readme

Keywords

Package Sidebar

Install

npm i apple-price-rounder

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • cagataycali