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.

10 lines (9 loc) 388 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); require("./assets/main.css"); const vue_1 = require("vue"); const App_vue_1 = __importDefault(require("./App.vue")); (0, vue_1.createApp)(App_vue_1.default).mount('#app');