An open API service indexing awesome lists of open source software.

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

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.