Skip to Content

get Method

Retrieves the current value

@returns T

API

get(): T;

Example

import {sessionStoragePart} from '@bitfiber/rx'; const ssPart = sessionStoragePart('key'); const value = ssPart.get();
Last updated on