Library API
    Preparing search index...

    Type Alias Plural<T>

    Plural: `${T}s`
    🔍 Expanded Type Evaluation (Compiler API)
    type Plural<T> = `${T}s`

    Converts a string literal type to its plural form by appending 's'

    Type Parameters

    • T extends string