Function isDictStore

  • Type guard to check whether the value is a dict store or not.

    Parameters

    • value: unknown

      The value to test.

    Returns value is DictStore

    true if the object is a dict store.