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.
1 parent 690564f commit ac1aa73Copy full SHA for ac1aa73
.github/.keepalive
docs/types/index.d.ts
@@ -29,7 +29,7 @@ import { TypedArray } from '@stdlib/types/array';
29
* @returns boolean indicating if a value is a typed array
30
*
31
* @example
32
-* var Int8Array = require( `@stdlib/array/int8` );
+* var Int8Array = require( '@stdlib/array-int8' );
33
34
* var bool = isTypedArray( new Int8Array( 10 ) );
35
* // returns true
0 commit comments