fix(toMerged): Add missing export (#373)

This commit is contained in:
Dayong Lee 2024-08-11 10:45:05 +09:00 committed by GitHub
parent 0ae3e51977
commit 2a3013597c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,4 +9,5 @@ export { mapKeys } from './mapKeys.ts';
export { mapValues } from './mapValues.ts';
export { cloneDeep } from './cloneDeep.ts';
export { merge } from './merge.ts';
export { toMerged } from './toMerged.ts';
export { mergeWith } from './mergeWith.ts';