React Router API Reference
    Preparing search index...

    Type Alias IsCookieFunction

    IsCookieFunction: (object: any) => object is Cookie

    A function that determines whether a value is a React Router Cookie object.

    Type Declaration

      • (object: any): object is Cookie
      • Parameters

        • object: any

          The value to check.

        Returns object is Cookie

        true if the value is a React Router Cookie object; otherwise, false.

    framework

    data