UNPKG

fitr

Version:
5 lines (4 loc) 168 B
/** * Display the current portfolio with latest prices */ export declare function displayPortfolio(annualGrowthRate: string, skipPrediction: boolean): Promise<void>;