Neah/node_modules/next-auth/utils/merge.d.ts
2025-04-17 12:39:10 +02:00

3 lines
133 B
TypeScript

/** Deep merge two objects */
export declare function merge(target: any, ...sources: any[]): any;
//# sourceMappingURL=merge.d.ts.map