UNPKG

num2txt

Version:

Converts number to Vietnamese or English text with customized output.

5 lines (4 loc) 158 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const num2txt_1 = require("./num2txt"); exports.default = num2txt_1.num2txt;