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