mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-08 02:00:21 +00:00
* [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