1.0.1 • Published 4 years ago

rule-of-3 v1.0.1

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

Getting Started

Install the module with:

npm i rule-of-3

Calculating Rule:

import { Rule } from 'rule-of-3';
var loan =  Rule(
  35.8, // porcent
  5000,   // amount 
);
/** returns
1.0.1

4 years ago

1.0.0

4 years ago