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 8c445e1 commit 8952143
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 @@ -3712,6 +3712,7 @@ now,"\nnow()\n Returns the time in seconds since the epoch.\n"
NUM_CPUS,"\nNUM_CPUS\n Number of CPUs.\n"
num2words,"\nnum2words( value:integer[, options:Object] )\n Converts a number to a word representation.\n"
Number,"\nNumber( value:number )\n Returns a Number object.\n"
numel,"\nnumel( x:ndarray )\n Returns the number of elements in an ndarray.\n"
numGraphemeClusters,"\nnumGraphemeClusters( str:string )\n Returns the number of grapheme clusters in a string.\n"
Object,"\nObject( value:any )\n Returns an object.\n"
Object.assign,"\nObject.assign( target:Object, ...sources:Object )\n Assigns enumerable and own properties from source objects to a target\n object.\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 8952143

Please sign in to comment.