UNPKG

sikits

Version:

A powerful and comprehensive utility library for JavaScript and TypeScript with 100+ functions for strings, numbers, arrays, and objects

4 lines (3 loc) 263 B
export declare const toFixedNumber: (value: number, decimals: number) => number; export declare const parseNumber: (value: string, defaultValue?: number) => number; export declare const formatCurrency: (num: number, locale?: string, currency?: string) => string;