1.0.1 • Published 4 years ago
rule-of-3 v1.0.1
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
Install the module with:
npm i rule-of-3
import { Rule } from 'rule-of-3';
var loan = Rule(
35.8, // porcent
5000, // amount
);
/** returns