Module

Browser.Cookies.Internal

Package
purescript-browser-cookies
Repository
vilu/purescript-browser-cookies

A module providing pure operations on Strings and Cookies. These methods live in a separate module for testability

#findCookie Source

findCookie :: forall f. Foldable f => String -> f Cookie -> Maybe Cookie