4 lines
155 B
TypeScript
4 lines
155 B
TypeScript
|
import type { Localize } from "../../types.js";
|
||
|
export declare function numberToLocale(enNumber: number): string;
|
||
|
export declare const localize: Localize;
|