mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +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