We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
the
a
1 parent 41e01a6 commit 5405cd8Copy full SHA for 5405cd8
packages/wrangler/src/type-generation/index.ts
@@ -635,7 +635,7 @@ function collectAllVars(
635
* `['false', true]` returns `(string|boolean)[]`,
636
*
637
* @param array the target array
638
- * @returns the string representing the types of such array
+ * @returns a string representing the types of such array
639
*/
640
function typeofArray(array: unknown[]): string {
641
const typesInArray = [...new Set(array.map((item) => typeof item))].sort();
0 commit comments