Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "index"

Index

Variables

Functions

Variables

Const SECRET_STRING

SECRET_STRING: "shhhhh!" = "shhhhh!"

Functions

add

  • add(a: any, b: any): any
  • Add two numbers together

    example
    add(3, 4); // 7

    Parameters

    • a: any

      the first number

    • b: any

      the second number

    Returns any

    the sum of a and b

Generated using TypeDoc