Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Dec 3, 2023
1 parent 61b7ad6 commit c2ca646
Show file tree
Hide file tree
Showing 12 changed files with 61 additions and 36 deletions.
26 changes: 16 additions & 10 deletions code-blocks/data/data.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion code-blocks/data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.js.map

Large diffs are not rendered by default.

37 changes: 19 additions & 18 deletions help/data/data.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion help/data/data.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions info/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3066,8 +3066,14 @@ isCollection,"\nisCollection( value:any )\n Tests if a value is a collection.
isComplex,"\nisComplex( value:any )\n Tests if a value is a 64-bit or 128-bit complex number.\n"
isComplex64,"\nisComplex64( value:any )\n Tests if a value is a 64-bit complex number.\n"
isComplex64Array,"\nisComplex64Array( value:any )\n Tests if a value is a Complex64Array.\n"
isComplex64MatrixLike,"\nisComplex64MatrixLike( value:any )\n Tests if a value is a 2-dimensional ndarray-like object containing single-\n precision complex floating-point numbers.\n"
isComplex64ndarrayLike,"\nisComplex64ndarrayLike( value:any )\n Tests if a value is an ndarray-like object containing single-precision\n complex floating-point numbers.\n"
isComplex64VectorLike,"\nisComplex64VectorLike( value:any )\n Tests if a value is a 1-dimensional ndarray-like object containing single-\n precision complex floating-point numbers.\n"
isComplex128,"\nisComplex128( value:any )\n Tests if a value is a 128-bit complex number.\n"
isComplex128Array,"\nisComplex128Array( value:any )\n Tests if a value is a Complex128Array.\n"
isComplex128MatrixLike,"\nisComplex128MatrixLike( value:any )\n Tests if a value is a 2-dimensional ndarray-like object containing double-\n precision complex floating-point numbers.\n"
isComplex128ndarrayLike,"\nisComplex128ndarrayLike( value:any )\n Tests if a value is an ndarray-like object containing double-precision\n complex floating-point numbers.\n"
isComplex128VectorLike,"\nisComplex128VectorLike( value:any )\n Tests if a value is a 1-dimensional ndarray-like object containing double-\n precision complex floating-point numbers.\n"
isComplexLike,"\nisComplexLike( value:any )\n Tests if a value is a complex number-like object.\n"
isComplexTypedArray,"\nisComplexTypedArray( value:any )\n Tests if a value is a complex typed array.\n"
isComplexTypedArrayLike,"\nisComplexTypedArrayLike( value:any )\n Tests if a value is complex-typed-array-like.\n"
Expand Down
2 changes: 1 addition & 1 deletion info/data/data.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions signature/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3103,8 +3103,14 @@ isCollection,"isCollection( value )"
isComplex,"isComplex( value )"
isComplex64,"isComplex64( value )"
isComplex64Array,"isComplex64Array( value )"
isComplex64MatrixLike,"isComplex64MatrixLike( value )"
isComplex64ndarrayLike,"isComplex64ndarrayLike( value )"
isComplex64VectorLike,"isComplex64VectorLike( value )"
isComplex128,"isComplex128( value )"
isComplex128Array,"isComplex128Array( value )"
isComplex128MatrixLike,"isComplex128MatrixLike( value )"
isComplex128ndarrayLike,"isComplex128ndarrayLike( value )"
isComplex128VectorLike,"isComplex128VectorLike( value )"
isComplexLike,"isComplexLike( value )"
isComplexTypedArray,"isComplexTypedArray( value )"
isComplexTypedArrayLike,"isComplexTypedArrayLike( value )"
Expand Down
2 changes: 1 addition & 1 deletion signature/data/data.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions typed-signature/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3103,8 +3103,14 @@ isCollection,"isCollection( value:any )"
isComplex,"isComplex( value:any )"
isComplex64,"isComplex64( value:any )"
isComplex64Array,"isComplex64Array( value:any )"
isComplex64MatrixLike,"isComplex64MatrixLike( value:any )"
isComplex64ndarrayLike,"isComplex64ndarrayLike( value:any )"
isComplex64VectorLike,"isComplex64VectorLike( value:any )"
isComplex128,"isComplex128( value:any )"
isComplex128Array,"isComplex128Array( value:any )"
isComplex128MatrixLike,"isComplex128MatrixLike( value:any )"
isComplex128ndarrayLike,"isComplex128ndarrayLike( value:any )"
isComplex128VectorLike,"isComplex128VectorLike( value:any )"
isComplexLike,"isComplexLike( value:any )"
isComplexTypedArray,"isComplexTypedArray( value:any )"
isComplexTypedArrayLike,"isComplexTypedArrayLike( value:any )"
Expand Down
2 changes: 1 addition & 1 deletion typed-signature/data/data.json

Large diffs are not rendered by default.

0 comments on commit c2ca646

Please sign in to comment.