diff --git a/types/fromPairs.d.ts b/types/fromPairs.d.ts index f7fdee7..3310b82 100644 --- a/types/fromPairs.d.ts +++ b/types/fromPairs.d.ts @@ -1,3 +1,3 @@ export function fromPairs( - pairs: readonly [K, V][] + pairs: readonly (readonly [K, V])[] ): { [P in K]: V };