Skip to Content

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