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 Jan 18, 2024
1 parent 87c760c commit 79f04b0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3284,6 +3284,7 @@ isSafeInteger.isObject,"\nisSafeInteger.isObject( value:any )\n Tests if a va
isSafeIntegerArray,"\nisSafeIntegerArray( value:any )\n Tests if a value is an array-like object containing only safe integers.\n"
isSafeIntegerArray.primitives,"\nisSafeIntegerArray.primitives( value:any )\n Tests if a value is an array-like object containing only primitive safe\n integer values.\n"
isSafeIntegerArray.objects,"\nisSafeIntegerArray.objects( value:any )\n Tests if a value is an array-like object containing only `Number` objects\n having safe integer values.\n"
isSameComplex64,"\nisSameComplex64( v1:any, v2:any )\n Tests if two arguments are both single-precision complex floating-point\n numbers and have the same value.\n"
isSameComplex64Array,"\nisSameComplex64Array( v1:any, v2:any )\n Tests if two arguments are both Complex64Arrays and have the same values.\n"
isSameComplex128,"\nisSameComplex128( v1:any, v2:any )\n Tests if two arguments are both double-precision complex floating-point\n numbers and have the same value.\n"
isSameComplex128Array,"\nisSameComplex128Array( v1:any, v2:any )\n Tests if two arguments are both Complex128Arrays and have the same values.\n"
Expand Down
2 changes: 1 addition & 1 deletion 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.

0 comments on commit 79f04b0

Please sign in to comment.