Files
blog/node_modules/hexo-util/dist/deep_merge.d.ts
2025-07-16 16:30:56 +00:00

3 lines
94 B
TypeScript

declare function deepMerge<T>(target: Partial<T>, source: Partial<T>): T;
export = deepMerge;