• Provides the Storage API enabled readable sessionStorage store helper function. Data is serialized as JSON.

    Type Parameters

    • T

    Parameters

    • key: string
    • value: T
    • start: StartStopNotifier<T>

    Returns Readable<T>