Skip to Content

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