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 5a02a18 commit e4d2892Copy full SHA for e4d2892
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