UNPKG

next-auth-pubkey

Version:

A light-weight Lightning and Nostr auth provider for your Next.js app that's entirely self-hosted and plugs seamlessly into the next-auth framework.

4 lines 383 B
export declare function pickFirstQueryParam(queryParam: string | string[] | undefined | null): string | number; export declare function paramsToObject(params?: URLSearchParams): Record<string, string | number>; export declare function cleanParams(params?: Record<string, string | string[] | undefined | null>): Record<string, string | undefined>; //# sourceMappingURL=params.d.ts.map