PHP 8.2.30
Preview: index.d.ts Size: 823 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/deepmerge/index.d.ts

declare function deepmerge<T>(x: Partial<T>, y: Partial<T>, options?: deepmerge.Options): T;
declare function deepmerge<T1, T2>(x: Partial<T1>, y: Partial<T2>, options?: deepmerge.Options): T1 & T2;

declare namespace deepmerge {
	export interface Options {
		arrayMerge?(target: any[], source: any[], options?: ArrayMergeOptions): any[];
		clone?: boolean;
		customMerge?: (key: string, options?: Options) => ((x: any, y: any) => any) | undefined;
		isMergeableObject?(value: object): boolean;
	}
	export interface ArrayMergeOptions {
		isMergeableObject(value: object): boolean;
		cloneUnlessOtherwiseSpecified(value: object, options?: Options): object;
	}

	export function all (objects: object[], options?: Options): object;
	export function all<T> (objects: Partial<T>[], options?: Options): T;
}

export = deepmerge;

Directory Contents

Dirs: 1 × Files: 9

Name Size Perms Modified Actions
dist DIR
- drwxr-xr-x 2026-02-28 00:27:22
Edit Download
113 B lrw-r--r-- 2026-02-28 00:26:32
Edit Download
382 B lrw-r--r-- 2026-02-28 00:26:42
Edit Download
9.56 KB lrw-r--r-- 2026-02-28 00:27:38
Edit Download
823 B lrw-r--r-- 2026-02-28 00:27:58
Edit Download
3.22 KB lrw-r--r-- 2026-02-28 00:27:06
Edit Download
1.09 KB lrw-r--r-- 2026-02-28 00:28:02
Edit Download
1.13 KB lrw-r--r-- 2026-02-28 00:27:34
Edit Download
5.55 KB lrw-r--r-- 2026-02-28 00:27:46
Edit Download
343 B lrw-r--r-- 2026-02-28 00:27:14
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).