UNPKG

harfizer

Version:

> **Convert numbers, dates, and times into words — in 7+ languages, with style.**

8 lines (7 loc) 228 B
/** * @fileoverview * Entry point for the NumberWordify package. This file re-exports the core * functionalities and all plugins, allowing users to import them directly. */ export * from "./core"; export * from "./plugins";