Skip to Content

get Method

Retrieves the current value

@returns T

API

get(): T;

Example

import {cookiePart} from '@bitfiber/rx'; const ckPart = cookiePart('key'); const value = ckPart.get();
Last updated on