UNPKG

next-auth

Version:

Authentication for Next.js

3 lines (2 loc) 98 B
/** Deep merge two objects */ export declare function merge(target: any, ...sources: any[]): any;