diff --git a/lib/node_modules/@stdlib/array/float16/docs/types/index.d.ts b/lib/node_modules/@stdlib/array/float16/docs/types/index.d.ts index 493137c4d3c0..e75c82558021 100644 --- a/lib/node_modules/@stdlib/array/float16/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/array/float16/docs/types/index.d.ts @@ -340,6 +340,11 @@ declare class Float16Array implements Float16ArrayInterface { */ constructor( arg?: number | ArrayLike | ArrayBuffer | Iterable, byteOffset?: number, length?: number ); + /** + * Indexed properties. + */ + [ index: number ]: number; + /** * Returns an array element located at integer position (index) `i`, with support for both nonnegative and negative integer indices. *