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 Jul 20, 2023
1 parent 72391f9 commit 4ce84e9
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 12 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Athan Reines <[email protected]>
Brendan Graetz <[email protected]>
Bruno Fenzl <[email protected]>
Christopher Dambamuromo <[email protected]>
Dan Rose <[email protected]>
Dominik Moritz <[email protected]>
Dorrin Sotoudeh <[email protected]>
Frank Kovacs <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion data/contributor.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["Ali Salesi","Amit Jimiwal","Athan Reines","Brendan Graetz","Bruno Fenzl","Christopher Dambamuromo","Dominik Moritz","Dorrin Sotoudeh","Frank Kovacs","Harshita Kalani","James Gelok","Jithin KS","Joey Reed","Jordan Gallivan","Joris Labie","Justin Dennison","Marcus Fantham","Matt Cochrane","Milan Raj","Momtchil Momtchev","Naresh Jagadeesan","Nithin Katta","Ognjen Jevremović","Philipp Burckhardt","Pranav Goswami","Ricky Reusser","Roman Stetsyk","Ryan Seal","Seyyed Parsa Neshaei","Shraddheya Shendre","Stephannie Jiménez Gacha","Yernar Yergaziyev","orimiles5","rei2hu"]
["Ali Salesi","Amit Jimiwal","Athan Reines","Brendan Graetz","Bruno Fenzl","Christopher Dambamuromo","Dan Rose","Dominik Moritz","Dorrin Sotoudeh","Frank Kovacs","Harshita Kalani","James Gelok","Jithin KS","Joey Reed","Jordan Gallivan","Joris Labie","Justin Dennison","Marcus Fantham","Matt Cochrane","Milan Raj","Momtchil Momtchev","Naresh Jagadeesan","Nithin Katta","Ognjen Jevremović","Philipp Burckhardt","Pranav Goswami","Ricky Reusser","Roman Stetsyk","Ryan Seal","Seyyed Parsa Neshaei","Shraddheya Shendre","Stephannie Jiménez Gacha","Yernar Yergaziyev","orimiles5","rei2hu"]
9 changes: 5 additions & 4 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.

2 changes: 1 addition & 1 deletion info/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2632,7 +2632,7 @@ Float64Array.prototype.values,"\nFloat64Array.prototype.values()\n Returns an
forEach,"\nforEach( collection:Array|TypedArray|Object, fcn:Function[, thisArg:any] )\n Invokes a function for each element in a collection.\n"
forEachAsync,"\nforEachAsync( collection:Array|TypedArray|Object, [options:Object,] \n fcn:Function, done:Function )\n Invokes a function once for each element in a collection.\n"
forEachAsync.factory,"\nforEachAsync.factory( [options:Object,] fcn:Function )\n Returns a function which invokes a function once for each element in a\n collection.\n"
forEachChar,"\nforEachChar( str:string, clbk:Function[, thisArg:any] )\n Invokes a function for each character in a string.\n"
forEachChar,"\nforEachChar( str:string, [options:Object,] clbk:Function[, thisArg:any] )\n Invokes a function for each character in a string.\n"
forEachRight,"\nforEachRight( collection:Array|TypedArray|Object, fcn:Function[, thisArg:any] )\n Invokes a function for each element in a collection, iterating from right to\n left.\n"
forEachRightAsync,"\nforEachRightAsync( collection:Array|TypedArray|Object, [options:Object,] \n fcn:Function, done:Function )\n Invokes a function once for each element in a collection, iterating from\n right to left.\n"
forEachRightAsync.factory,"\nforEachRightAsync.factory( [options:Object,] fcn:Function )\n Returns a function which invokes a function once for each element in a\n collection, iterating from right to left.\n"
Expand Down
2 changes: 1 addition & 1 deletion info/data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion signature/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2657,7 +2657,7 @@ Float64Array.prototype.values,"Float64Array.prototype.values()"
forEach,"forEach( collection, fcn[, thisArg] )"
forEachAsync,"forEachAsync( collection, [options,] fcn, done )"
forEachAsync.factory,"forEachAsync.factory( [options,] fcn )"
forEachChar,"forEachChar( str, clbk[, thisArg] )"
forEachChar,"forEachChar( str, [options,] clbk[, thisArg] )"
forEachRight,"forEachRight( collection, fcn[, thisArg] )"
forEachRightAsync,"forEachRightAsync( collection, [options,] fcn, done )"
forEachRightAsync.factory,"forEachRightAsync.factory( [options,] fcn )"
Expand Down
2 changes: 1 addition & 1 deletion signature/data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion typed-signature/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2657,7 +2657,7 @@ Float64Array.prototype.values,"Float64Array.prototype.values()"
forEach,"forEach( collection:Array|TypedArray|Object, fcn:Function[, thisArg:any] )"
forEachAsync,"forEachAsync( collection:Array|TypedArray|Object, [options:Object,] fcn:Function, done:Function )"
forEachAsync.factory,"forEachAsync.factory( [options:Object,] fcn:Function )"
forEachChar,"forEachChar( str:string, clbk:Function[, thisArg:any] )"
forEachChar,"forEachChar( str:string, [options:Object,] clbk:Function[, thisArg:any] )"
forEachRight,"forEachRight( collection:Array|TypedArray|Object, fcn:Function[, thisArg:any] )"
forEachRightAsync,"forEachRightAsync( collection:Array|TypedArray|Object, [options:Object,] fcn:Function, done:Function )"
forEachRightAsync.factory,"forEachRightAsync.factory( [options:Object,] fcn:Function )"
Expand Down
2 changes: 1 addition & 1 deletion typed-signature/data/data.json

Large diffs are not rendered by default.

0 comments on commit 4ce84e9

Please sign in to comment.