Skip to main content
Module

x/humanity/mod.ts>DeclinationLocale

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

Locales defaults

Properties

optional
useDeclination: boolean
optional
useCountZerosAfterFirstDigit: boolean
optional
declinations: { plural: string; singular: string; pluar_singular: string; }