fix: update jsdoc

This commit is contained in:
yassinedorbozgithub 2025-05-06 15:51:04 +01:00
parent 8166d60358
commit cf7af41ee1

View File

@ -12,6 +12,7 @@
* @param prefix - The optional base key to prefix to the current object's keys
* @param result - The optional accumulator for the flattened object data
* @returns A new object with flattened keys
* @throws Error if the data is an array
*/
export const flatten = (
data: object,