mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-28 21:50:58 +00:00
4 lines
155 B
TypeScript
4 lines
155 B
TypeScript
import type { Localize } from "../../types.ts";
|
|
export declare function numberToLocale(enNumber: number): string;
|
|
export declare const localize: Localize;
|