UNPKG

ice.fo.utils

Version:

10 lines (6 loc) 358 B
declare module "ice.fo.utils/NumberUtils" { export function checkIsNumber(value: any); export function formatTextNumber(value: any, decimal: number = 0, emptyValue: string = '0'); export function formatTextCurrency(value: any, prefix: string = '₩ ', suffix: string = ''); export function randomInt(from: number = 0, to: number = 100); }