Created
July 19, 2016 22:49
-
-
Save hunan-rostomyan/28e8702c1cecff41f7fe64345b76f2ca to your computer and use it in GitHub Desktop.
Get a cookie by name in TypeScript
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since the value could be
null, you should define that in the return type ;)Thanks for sharing!