get Method
Retrieves the current value
@returns T
API
get(): T;Example
import {localStoragePart} from '@bitfiber/rx';
const lsPart = localStoragePart('key');
const value = lsPart.get();Last updated on
Retrieves the current value
@returns T
get(): T;import {localStoragePart} from '@bitfiber/rx';
const lsPart = localStoragePart('key');
const value = lsPart.get();