UNPKG
loan-emi-calculator-api
Version:
latest (1.0.0)
1.0.0
A simple API to calculate Loan EMI using Node.js and Express
loan-emi-calculator-api
/
index.js
3 lines
(2 loc)
•
91 B
JavaScript
View Raw
1
2
3
const
{ calculate_emi } =
require
(
"./routeService"
);
module
.
exports
= { calculate_emi };