@technobuddha > library > String > Operations
Type Alias: NumberToLetterOptions
ts
type NumberToLetterOptions = {
alphabet?: string;
};Defined in: number-to-letter.ts:12
Options for the numberToLetter function
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
alphabet? | string | The alphabet to use | src/number-to-letter.ts:14 |