UNPKG

humanity-deno

Version:

Humanity is a library for humanizing data in a human-readable form.

5 lines (4 loc) 242 B
import { de_DE, en_US, ru_RU } from "./src/Locales.js"; export { default as Humanity } from "./src/Humanity.js"; export { createCustomHumanity, createHumanity } from "./src/Humanity.js"; export const DefaultLocales = { de_DE, en_US, ru_RU };