harfizer
Version:
> **Convert numbers, dates, and times into words — in 7+ languages, with style.**
10 lines (9 loc) • 397 B
TypeScript
/**
* @fileoverview
* This test suite verifies the functionality of the CoreConverter class
* in conjunction with the PersianLanguagePlugin. It checks conversion
* of numbers (including decimal and BigInt), dates (Jalali/Gregorian),
* and times ("HH:mm"). Various edge cases such as invalid formats,
* out-of-range values, custom separators, and custom words are also tested.
*/
export {};