We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a6efc3 commit 16149e2Copy full SHA for 16149e2
lib/node_modules/@stdlib/array/pool/docs/types/index.d.ts
@@ -26,7 +26,7 @@ import ArrayBuffer = require( '@stdlib/array/buffer' );
26
type DataType = 'float64' | 'float32' | 'int32' | 'uint32' | 'int16' | 'uint16' | 'int8' | 'uint8' | 'uint8c'; // tslint-disable-line max-line-length
27
28
/**
29
-* Typed array or null
+* Typed array or null.
30
*/
31
type TypedArrayOrNull = TypedArray | null;
32
0 commit comments