jtc-utils
Version:
Utilities for Japanese Traditional Companies
7 lines • 298 B
TypeScript
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