UNPKG

@mahmud002/number-to-words-converter

Version:

A simple utility to convert numbers to their word representations in English and Persian, and vice versa. Includes Persian numerals conversion.

7 lines (6 loc) 138 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['**/*.test.ts'], moduleFileExtensions: ['ts', 'js'], }