https://github.com/tsmean/cookies
Some simple cookie-related functions
https://github.com/tsmean/cookies
Last synced: 2 months ago
JSON representation
Some simple cookie-related functions
- Host: GitHub
- URL: https://github.com/tsmean/cookies
- Owner: tsmean
- Created: 2017-07-03T11:33:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-03T22:09:26.000Z (almost 8 years ago)
- Last Synced: 2025-01-29T00:52:45.510Z (4 months ago)
- Language: TypeScript
- Homepage: http://www.tsmean.com
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cookies
Some simple functions to set & get cookies.
Based on this page https://www.w3schools.com/js/js_cookies.asp,
but typescriptified.