1.0.4 • Published 7 months ago

mathmini-typed v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

mathmini-typed-npm

Sample math library containing add and sub functions

Installation

npm install mathmini-typed

Usage

JavaScript

var mathmini = require('mathmini-typed');

console.log(mathmini.add(10, 5));
console.log(mathmini.sub(10, 5));

TypeScript

import mathmini from 'mathmini-typed';

console.log(mathmini.add(10, 5));
console.log(mathmini.sub(10, 5));

Release and Publish

  1. Update version in package.json
  2. Commit changes
  3. Run git tag v1.0.0
  4. Run git push origin v1.0.0
1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago