Module

x/humanity/mod.ts>LocaleObject

Humanizer for Deno & NodeJS
Latest
interface LocaleObject
implements DeclinationLocale
import { type LocaleObject } from "https://dotland.deno.dev/x/humanity@1.5.0/mod.ts";

Properties

locale: string
separator: string
optional
excludeNumbers: NumberType[]
optional
binarySuffixes: BinarySuffixes
words: { and: string; others: string; }
numbers: Record<NumberType, string>