• Preparing search index...
  • The search index is not available
Remix Utils - v8.7.0
  • Remix Utils
  • server/typed-session
  • isTypedSession

Function isTypedSession

  • isTypedSession<Schema extends AnyZodObject>(
        value: unknown,
    ): value is TypedSession<Schema>

    ReReturns true if an object is a Remix Utils typed session.

    Type Parameters

    • Schema extends AnyZodObject

    Parameters

    • value: unknown

    Returns value is TypedSession<Schema>

    See

    https://github.com/sergiodxa/remix-utils#typed-session

    • Defined in src/server/typed-session.ts:168

Settings

Member Visibility
Remix Utils - v8.7.0
  • Loading...

Generated using TypeDoc