Data SourcesReferenceCookiePartgetget 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 January 2, 2025$set