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
Retrieves the current value
@returns T
get(): T;import {cookiePart} from '@bitfiber/rx';
const ckPart = cookiePart('key');
const value = ckPart.get();