UNPKG

stringzy

Version:

A versatile string manipulation library providing a range of text utilities for JavaScript and Node.js applications.

4 lines (3 loc) 162 B
export type NumberToTextLanguage = 'en' | 'pl'; export declare const NUMBERS_EN: Record<number, string>; export declare const NUMBERS_PL: Record<number, string>;