Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "utils/index"

Index

Functions

Const createActionTypeFromKey

  • createActionTypeFromKey(key: string, type: string): string
  • A function creates an action type namespaced by the key param to avoid collisions with other action types.

    Parameters

    • key: string

      A string value used to namespace the action type.

    • type: string

    Returns string

    A string value that is to used for action types.

Generated using TypeDoc