@jossmac/lil-libs
    Preparing search index...

    Type Alias InitialsOptions

    Options for formatInitials.

    type InitialsOptions = {
        locale?: string;
        maxLetters?: number;
    }
    Index

    Properties

    Properties

    locale?: string

    Locale for grapheme segmentation and uppercasing.

    undefined (system locale)
    
    maxLetters?: number

    Maximum number of graphemes to include in the result.

    2