• Parameters

    Returns {
        getSnapshot: (() => string);
        subscribe: ((listener: (() => void)) => (() => void));
    }

    • getSnapshot: (() => string)
        • (): string
        • Returns string

    • subscribe: ((listener: (() => void)) => (() => void))
        • (listener): (() => void)
        • Parameters

          • listener: (() => void)
              • (): void
              • Returns void

          Returns (() => void)

            • (): void
            • Returns void