Skip to Content

remove Method

Removes the current value

API

remove(): void;

Example

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