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 f7c8be9 commit f767fcdCopy full SHA for f767fcd
.github/.keepalive
docs/types/index.d.ts
@@ -25,7 +25,7 @@
25
* @returns boolean indicating whether value is a `SharedArrayBuffer`
26
*
27
* @example
28
-* var SharedArrayBuffer = require( `@stdlib/array/shared-buffer` );
+* var SharedArrayBuffer = require( '@stdlib/array-shared-buffer' );
29
30
* try {
31
* var bool = isSharedArrayBuffer( new SharedArrayBuffer( 10 ) );
0 commit comments