humanity-deno
Version:
Humanity is a library for humanizing data in a human-readable form.
10 lines (9 loc) • 488 B
TypeScript
export { default as Humanity } from "./src/Humanity.js";
export { createCustomHumanity, createHumanity } from "./src/Humanity.js";
export type { LocaleHumanity } from "./src/Humanity.js";
export declare const DefaultLocales: {
de_DE: import("./src/Locales.js").LocaleObject;
en_US: import("./src/Locales.js").LocaleObject;
ru_RU: import("./src/Locales.js").LocaleObject;
};
export type { DeclinationLocale, LocaleObject, NumberType, BinarySuffixes, } from "./src/Locales.js";