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 Aug 4, 2023
1 parent 264dda6 commit 0178e38
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

7 changes: 5 additions & 2 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2357,7 +2357,7 @@ CDC_NCHS_US_BIRTHS_1994_2003,"CDC_NCHS_US_BIRTHS_1994_2003()"
CDC_NCHS_US_INFANT_MORTALITY_BW_1915_2013,"CDC_NCHS_US_INFANT_MORTALITY_BW_1915_2013()"
chdir,"chdir( path:string )"
chi2gof,"chi2gof( x:ndarray|Array|TypedArray, y:ndarray|Array|TypedArray|string[, ...args:number][, options:Object] )"
chi2test,"chi2test( x:(MatrixLike|Array[, options:Object] )"
chi2test,"chi2test( x:ndarray|Array[, options:Object] )"
circarray2iterator,"circarray2iterator( src:ArrayLikeObject[, options:Object][, mapFcn:Function[, thisArg:any]] )"
circularArrayStream,"circularArrayStream( src:ArrayLikeObject[, options:Object] )"
circularArrayStream.factory,"circularArrayStream.factory( [options:Object] )"
Expand Down Expand Up @@ -2689,6 +2689,7 @@ getPrototypeOf,"getPrototypeOf( value:any )"
getuid,"getuid()"
GLAISHER,"GLAISHER"
graphemeClusters2iterator,"graphemeClusters2iterator( src:string[, mapFcn:Function[, thisArg:any]] )"
graphemeClusters2iteratorRight,"graphemeClusters2iteratorRight( src:string[, mapFcn:Function[, thisArg:any]] )"
group,"group( collection:Array|TypedArray|Object, [options:Object,] groups:Array|TypedArray|Object )"
groupBy,"groupBy( collection:Array|TypedArray|Object, [options:Object,] indicator:Function )"
groupByAsync,"groupByAsync( collection:Array|TypedArray|Object, [options:Object,] indicator:Function, done:Function )"
Expand All @@ -2707,6 +2708,7 @@ hasBigInt64ArraySupport,"hasBigInt64ArraySupport()"
hasBigIntSupport,"hasBigIntSupport()"
hasBigUint64ArraySupport,"hasBigUint64ArraySupport()"
hasClassSupport,"hasClassSupport()"
hasDataViewSupport,"hasDataViewSupport()"
hasDefinePropertiesSupport,"hasDefinePropertiesSupport()"
hasDefinePropertySupport,"hasDefinePropertySupport()"
hasFloat32ArraySupport,"hasFloat32ArraySupport()"
Expand Down Expand Up @@ -3045,6 +3047,7 @@ isASCII,"isASCII( str:string )"
isBetween,"isBetween( value:any, a:any, b:any[, left:string, right:string] )"
isBetweenArray,"isBetweenArray( value:any, a:any, b:any[, left:string, right:string] )"
isBigInt,"isBigInt( value:any )"
isBigInt64Array,"isBigInt64Array( value:any )"
isBigUint64Array,"isBigUint64Array( value:any )"
isBinaryString,"isBinaryString( value:any )"
isBlankString,"isBlankString( value:any )"
Expand Down Expand Up @@ -4206,7 +4209,7 @@ regexp2json,"regexp2json( re:RegExp )"
reim,"reim( z:Complex128 )"
reimf,"reimf( z:Complex64 )"
rejectArguments,"rejectArguments( fcn:Function, predicate:Function[, thisArg:any] )"
removeFirst,"removeFirst( str:string[, n:integer] )"
removeFirst,"removeFirst( str:string[, n:integer][, options:Object] )"
removeLast,"removeLast( str:string[, n:integer] )"
removePunctuation,"removePunctuation( str:string )"
removeUTF8BOM,"removeUTF8BOM( str:string )"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

0 comments on commit 0178e38

Please sign in to comment.