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