Skip to Content

remove Method

Removes the current value

API

remove(): void;

Example

import {memoryStoragePart} from '@bitfiber/rx'; const msPart = memoryStoragePart('key'); msPart.remove();
Last updated on