Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "index"

Index

Functions

Functions

hello

  • hello(name?: string): string
  • Return a string saying hello to name passed as input parameter.

    example

    hello('npm'); // -> 'Hello npm!'

    Parameters

    • Default value name: string = "npm"

      Name to greet

    Returns string

    Greeting message

Generated using TypeDoc