React hook for managing a numeric counter in NonLocalStorage.
Provides functions to increment and decrement the counter value atomically, with error handling and metadata updates.
The unique identifier for the NonLocalStorage instance.
The key to store and retrieve the counter value.
Options for NonLocalStorage, including credentials and instance options.
A tuple containing:
React hook for managing a numeric counter in NonLocalStorage.
Provides functions to increment and decrement the counter value atomically, with error handling and metadata updates.