UNPKG
@mcnoble/interest
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A simple interest and compound interest calculator
github.com/mcnoble1/interest
mcnoble1/interest
@mcnoble/interest
/
index.js
3 lines
(1 loc)
•
68 B
JavaScript
View Raw
1
2
3
import
{ simpleInterest, compoundInterest }
from
"./interests.js"
;