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.
@stdlib/assert/is-primitive-array
1 parent 4642874 commit 8eac018Copy full SHA for 8eac018
1 file changed
lib/node_modules/@stdlib/assert/is-primitive-array/docs/types/index.d.ts
@@ -34,7 +34,7 @@
34
* bool = isPrimitiveArray( [ new String('abc'), '3.0' ] );
35
* // returns false
36
*/
37
-declare function isPrimitiveArray( value: any ): value is Array<any>;
+declare function isPrimitiveArray( value: any ): value is Array<null | undefined | string | boolean | number | symbol | bigint>;
38
39
40
// EXPORTS //
0 commit comments