Reference Documentation ↗
A function that determines whether a value is a React Router Cookie object.
Cookie
type IsCookieFunction = (object: any) => object is Cookie;
The value to check.
true if the value is a React Router Cookie object; otherwise, false.
true
false