Files
DefinitelyTyped/types/cookies
Fabien O'Carroll e3a3f18d94 [cookies] Fix Cookies.set signature for omittingvalue (#38400)
* [cookies] Added breaking test for Cookies.set

* [cookies] Fix Cookies.set sig for omitting `value`

When omitting the `value` parameter the signature assumes you have omitted the `opts` parameter and causes an error
because the types don't match
2019-09-16 11:05:21 -07:00
..