Initial boiler plate project
This commit is contained in:
8
node_modules/next/dist/server/api-utils/get-cookie-parser.d.ts
generated
vendored
Normal file
8
node_modules/next/dist/server/api-utils/get-cookie-parser.d.ts
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
import type { NextApiRequestCookies } from '.';
|
||||
/**
|
||||
* Parse cookies from the `headers` of request
|
||||
* @param req request object
|
||||
*/
|
||||
export declare function getCookieParser(headers: {
|
||||
[key: string]: string | string[] | null | undefined;
|
||||
}): () => NextApiRequestCookies;
|
||||
Reference in New Issue
Block a user