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

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

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

type

Record<string, string>