UNPKG

next-password

Version:

Use password to protect your Next.js application.

7 lines (6 loc) 237 B
export declare const CONSTANTS: { COOKIE_NAME: string; HEADER_KEY: string; MISSING_PD: string; }; export declare const mergeOptions: <T extends Record<string, any>>(userOptions: Partial<T>, defaultOptions: T) => Required<T>;