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 31, 2023
1 parent 6159884 commit 1aa6f87
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 @@ -3642,6 +3642,7 @@ maskArguments,"\nmaskArguments( fcn:Function, mask:ArrayLikeObject[, thisArg:any
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"
maybeBroadcastArrays,"\nmaybeBroadcastArrays( ...arrays:ndarray|ArrayLikeObject<ndarray> )\n Broadcasts ndarrays to a common 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 1aa6f87

Please sign in to comment.