localize.d.ts 155 Bytes Edit Raw Blame History Permalink 1 2 3 import type { Localize } from "../../types.js"; export declare function numberToLocale(enNumber: number): string; export declare const localize: Localize;