UNPKG

kawkab-frontend

Version:

Kawkab frontend is a frontend library for the Kawkab framework

5 lines (4 loc) 168 B
export declare class Num { static formatCurrency(value: number, currency?: string, locale?: string): string; static random(min: number, max: number): number; }