This comment is hidden because it contains spoiler information about the solution
Thanks for the feedback. I modified the description accordingly
Here's an improved type signature
export const duplicated = <T extends Record<string, unknown>>( arr: T[], keys: string[] ): T[] => arr
Loading collection data...
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Thanks for the feedback. I modified the description accordingly
Here's an improved type signature