Files
Shifted/node_modules/next-auth/utils/merge.d.ts
2026-02-10 01:14:19 +00:00

3 lines
133 B
TypeScript

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