Options
All
  • Public
  • Public/Protected
  • All
Menu

typescript-boilerplate

Index

Functions

Functions

  • taste(food: string): Promise<string>
  • return a given food impression about how it tastes

    Parameters

    • food: string

      the food that you want to know how it tastes.

    Returns Promise<string>

    • the taste of the given food

Generated using TypeDoc