UNPKG

@pedwise/next-firebase-auth-edge

Version:

Next.js 13 Firebase Authentication for Edge and server runtimes. Dedicated for Next 13 server components. Compatible with Next.js middleware.

5 lines (4 loc) 281 B
export declare function formatString(str: string, params?: object): string; export declare function addReadonlyGetter(obj: object, prop: string, value: any): void; export declare function deepCopy<T>(value: T): T; export declare function deepExtend(target: any, source: any): any;