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 7, 2023
1 parent d33b1ed commit 8c445e1
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 @@ -3621,6 +3621,7 @@ mapValuesAsync.factory,"\nmapValuesAsync.factory( [options:Object,] transform:Fu
maskArguments,"\nmaskArguments( fcn:Function, mask:ArrayLikeObject[, thisArg:any] )\n Returns a function that applies arguments to a provided function according\n to a specified mask.\n"
MAX_ARRAY_LENGTH,"\nMAX_ARRAY_LENGTH\n Maximum length for a generic array.\n"
MAX_TYPED_ARRAY_LENGTH,"\nMAX_TYPED_ARRAY_LENGTH\n Maximum length for a typed array.\n"
maybeBroadcastArray,"\nmaybeBroadcastArray( x:ndarray, shape:ArrayLikeObject )\n Broadcasts an ndarray to a specified shape if and only if the specified\n shape differs from the provided ndarray's shape.\n"
memoize,"\nmemoize( fcn:Function[, hashFunction:Function] )\n Returns a memoized function.\n"
merge,"\nmerge( target:Object, ...source:Object )\n Merges objects into a target object.\n"
merge.factory,"\nmerge.factory( options:Object )\n Returns a function for merging and extending objects.\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 8c445e1

Please sign in to comment.