We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e8286 commit c42e687Copy full SHA for c42e687
1 file changed
src/utils/array.indexer.ts
@@ -73,4 +73,4 @@ export class ArrayIndexer {
73
// Return the element directly from the array using the fast O(1) index lookup
74
return array[index];
75
}
76
-}
+}
0 commit comments