Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "storage"

Index

Functions

getStorage

  • Returns the current content of the storage.

    Returns Storage

    The storage.

getStorageFile

  • getStorageFile(create?: boolean): string
  • Returns the possible storage file path inside the '.ego' folder, inside the user's home directory.

    Parameters

    • Default value create: boolean = true

    Returns string

    The full path of the storage file.

normalizeStorageKey

  • normalizeStorageKey(key: any): string
  • Normalizes a storage key.

    Parameters

    • key: any

      The input value.

    Returns string

    The normalized value.

Generated using TypeDoc