UNPKG

@cipherstash/nextjs

Version:

Nextjs package for use with @cipherstash/protect

7 lines (4 loc) 273 B
import { ClerkMiddlewareAuth } from '@clerk/nextjs/server'; import { NextRequest, NextResponse } from 'next/server'; declare const protectClerkMiddleware: (auth: ClerkMiddlewareAuth, req: NextRequest) => Promise<NextResponse<unknown>>; export { protectClerkMiddleware };