SYMBOL INDEX (14 symbols across 9 files) FILE: example/components/layout.js function Layout (line 5) | function Layout({ children }) { FILE: example/pages/_app.js function MyApp (line 4) | function MyApp({ Component, pageProps }) { FILE: example/pages/index.js function Home (line 4) | function Home() { FILE: example/pages/login.js function Login (line 4) | function Login() { FILE: src/index.ts type Middleware (line 20) | type Middleware = (handler: NextApiHandler) => void; type NextCSRF (line 22) | type NextCSRF = { function nextCsrf (line 27) | function nextCsrf(userOptions: NextCsrfOptions): NextCSRF { FILE: src/middleware/setup.ts type SetupArgs (line 13) | type SetupArgs = FILE: src/types.ts type NextCsrfOptions (line 3) | interface NextCsrfOptions { type MiddlewareArgs (line 12) | interface MiddlewareArgs extends NextCsrfOptions { type SetupMiddlewareArgs (line 19) | interface SetupMiddlewareArgs { FILE: src/utils/get-cookie.ts function getCookie (line 5) | function getCookie(req: IncomingMessage, name: string): string { FILE: src/utils/httpError.ts class HttpError (line 1) | class HttpError extends Error { method constructor (line 4) | constructor(status = 403, message: string, ...params: undefined[]) {