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