1.1.7 • Published 2 years ago

@codecraft.co/playground-simpleplus v1.1.7

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

Node.js Package

playground-simpleplus

plus two numbers minus two numbers

Installing

Using npm:

$ npm install @codecraft.co/playground-simpleplus

Using bower:

$ bower install @codecraft.co/playground-simpleplus

Using yarn:

$ yarn add @codecraft.co/playground-simpleplus

Example

const Psp = require('@codecraft.co/playground-simpleplus');
let psp = new Psp();
let plus = psp.plus(4, 5);
let minus = psp.minus(5, 4);
1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago