Skip to main content
Module

x/humanity/src/Locales.ts>LocaleObject

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

Properties

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