UNPKG

@rr0/lang

Version:

Language and translation

8 lines (7 loc) 261 B
import { Gender } from "@rr0/common"; import { Grammar } from "../Grammar.js"; export declare class EnglishGrammar implements Grammar { plural(s: string): string; at(s: string, gender: Gender): string; } export declare const grammar_en: EnglishGrammar;