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 Oct 31, 2023
1 parent a751905 commit 6e312fa
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ Stephannie Jiménez Gacha <[email protected]>
Yernar Yergaziyev <[email protected]>
orimiles5 <[email protected]>
rei2hu <[email protected]>
rgizz <[email protected]>
3 changes: 2 additions & 1 deletion data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3695,6 +3695,7 @@ nditerValues,"\nnditerValues( x:ndarray[, options:Object] )\n Returns an iter
ndslice,"\nndslice( x:ndarray, ...s:MultiSlice|Slice|null|undefined|integer|ArrayLike[, \n options:Object] )\n Returns a read-only view of an input ndarray.\n"
ndsliceAssign,"\nndsliceAssign( x:ndarray, y:ndarray, \n ...s:MultiSlice|Slice|null|undefined|integer|ArrayLike[, options:Object] )\n Assigns element values from a broadcasted input ndarray to corresponding\n elements in an output ndarray view.\n"
ndsliceDimension,"\nndsliceDimension( x:ndarray, dim:integer, slice:Slice|integer|null|undefined[, \n options:Object] )\n Returns a read-only view of an input ndarray when sliced along a specified\n dimension.\n"
ndsliceDimensionFrom,"\nndsliceDimensionFrom( x:ndarray, dim:integer, start:integer[, options:Object] )\n Returns a read-only shifted view of an input ndarray along a specified\n dimension.\n"
ndsliceDimensionTo,"\nndsliceDimensionTo( x:ndarray, dim:integer, stop:integer[, options:Object] )\n Returns a read-only truncated view of an input ndarray along a specified\n dimension.\n"
ndzeros,"\nndzeros( shape:ArrayLikeObject<integer>|integer[, options:Object] )\n Returns a zero-filled ndarray having a specified shape and data type.\n"
ndzerosLike,"\nndzerosLike( x:ndarray[, options:Object] )\n Returns a zero-filled ndarray having the same shape and data type as a\n provided input ndarray.\n"
Expand Down Expand Up @@ -4243,7 +4244,7 @@ reUtf16SurrogatePair.REGEXP,"\nreUtf16SurrogatePair.REGEXP\n Regular expressi
reUtf16UnpairedSurrogate,"\nreUtf16UnpairedSurrogate()\n Returns a regular expression to match an unpaired UTF-16 surrogate.\n"
reUtf16UnpairedSurrogate.REGEXP,"\nreUtf16UnpairedSurrogate.REGEXP\n Regular expression to match an unpaired UTF-16 surrogate.\n"
reverseArguments,"\nreverseArguments( fcn:Function[, thisArg:any] )\n Returns a function that invokes a provided function with arguments in\n reverse order.\n"
reverseString,"\nreverseString( str:string )\n Reverses a `string`.\n"
reverseString,"\nreverseString( str:string[, options:Object] )\n Reverses a string.\n"
reviveBasePRNG,"\nreviveBasePRNG( key:string, value:any )\n Revives a JSON-serialized pseudorandom number generator (PRNG).\n"
reviveBuffer,"\nreviveBuffer( key:string, value:any )\n Revives a JSON-serialized Buffer.\n"
reviveComplex,"\nreviveComplex( key:string, value:any )\n Revives a JSON-serialized complex number.\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 6e312fa

Please sign in to comment.