mazey-npm-template
    Preparing search index...

    Interface CreateGreetingOptions

    Options for creating a greeting message.

    interface CreateGreetingOptions {
        punctuation?: string;
    }

    Index

    punctuation?: string

    The punctuation appended to the generated greeting.

    "!"