Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno_plural/src/rules/en.ts>plurals

deno-plural module helps you to pluralize or singularize a given word.
Latest
variable plurals
import { plurals } from "https://deno.land/x/deno_plural@2.0.0/src/rules/en.ts";

type

Record<string, string>