@torian12321/js-library-template - v0.0.3-alpha.4
    Preparing search index...

    Function greet

    • Greet a user

      Parameters

      • Optionalname: string

        The name of the user

      Returns string

      A greeting message

      greet('John'); // Hello John! Welcome to the example project.
      greet(); // Hello! Welcome to the example project.