UNPKG

jtc-utils

Version:
7 lines 298 B
import { type Locale } from "./locale/index.ts"; declare type FormatNumberOptions = { locale?: Locale; }; export declare function formatNumber(num: string | number | null | undefined, format?: string, options?: FormatNumberOptions): string; export {}; //# sourceMappingURL=formatNumber.d.ts.map