We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3dd721a + f615fcd commit ca4fcc7Copy full SHA for ca4fcc7
1 file changed
src/functions/DeepStrictPick.ts
@@ -52,7 +52,7 @@ export const deepStrictPick = <T extends object, K extends DeepStrictObjectKeys<
52
return { [first]: input[first] };
53
}
54
55
- throw new Error(`input doesn\'t has key: ${first}`);
+ throw new Error(`input doesn\'t have key: ${first}`);
56
57
};
58
0 commit comments