UNPKG

kupos-ui-components-lib

Version:

A reusable UI components package

5 lines (4 loc) 125 B
declare const commonService: { currency(amount: number, currencySign?: string): string; }; export default commonService;