tanisa
Version:
A utility to convert Malagasy 🇲🇬 numbers, dates, and times into their word representations.
8 lines (7 loc) • 453 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MalagasyNumerals = exports.Tanisa = void 0;
var tanisa_1 = require("./tanisa");
Object.defineProperty(exports, "Tanisa", { enumerable: true, get: function () { return tanisa_1.Tanisa; } });
var dictionary_1 = require("./dictionary");
Object.defineProperty(exports, "MalagasyNumerals", { enumerable: true, get: function () { return dictionary_1.MalagasyNumerals; } });