Function wappStorage

  • Initializes a WappStorage instance with the given name.

    Type Parameters

    • T extends Record<string, unknown>

    Parameters

    • Optionalname: string

      The name of the WappStorage instance. If not provided, the default name will be used.

    Returns Promise<WappStorage<T>>

    A promise that resolves to the initialized WappStorage instance.