UNPKG
fitr
Version:
latest (0.2.0)
0.2.0
0.1.0
Financial Investment Tracker
github.com/adimoldovan/fitr
adimoldovan/fitr
fitr
/
dist
/
commands
/
displayPortfolio.d.ts
5 lines
(4 loc)
•
168 B
TypeScript
View Raw
1
2
3
4
5
/** * Display the current portfolio with latest prices */
export
declare
function
displayPortfolio
(
annualGrowthRate
:
string
,
skipPrediction
:
boolean
):
Promise
<
void
>;