Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

Functions

  • askConfirm(ask?: boolean): Promise<boolean>
  • Asks a confirmation, whether the user is sure to clean the databases or not.

    Parameters

    • Optional ask: boolean

      If anything will be asked or not.

    Returns Promise<boolean>

    A promise to a boolean, consisting in the response of the user (or true if ask was set to false).

Generated using TypeDoc