UNPKG

numberify-text

Version:

A library to convert text numbers to their numeric equivalents.

2 lines (1 loc) 83 B
export declare function numberifyText(sentence: string, language: string): string;