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 e2b27c2 commit a2ca6baCopy full SHA for a2ca6ba
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