# cookie-proxy **Repository Path**: mirrors_dafrok/cookie-proxy ## Basic Information - **Project Name**: cookie-proxy - **Description**: Graceful cookie API - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cookie-proxy Graceful cookie handler ## Usage ```javascript import cookie from 'cookie-proxy' cookie.foo = 'Awesome!' console.log(document.cookie) // => "foo=Awesome!" console.log(cookie.foo) // => "Awesome!" ``` ## Install ``` $ npm i cookie-proxy ```