Skip to content

Commit b574d74

Browse files
committed
Auto-generated commit
1 parent 58ee818 commit b574d74

File tree

45 files changed

+9
-44
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+9
-44
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aayush Khanna <96649223+aayush0325@users.noreply.github.com>
56
Adarsh Palaskar <adarshpalaskar99@gmail.com>
67
Aditya Sapra <adityaework@gmail.com>
78
AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com>
@@ -39,6 +40,7 @@ Joey Reed <joeyrreed@gmail.com>
3940
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
4041
Joris Labie <joris.labie1@gmail.com>
4142
Justin Dennison <justin1dennison@gmail.com>
43+
Kaif Mohd <mdkaifprofession@gmail.com>
4244
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
4345
Khaldon <kahmd1444@gmail.com>
4446
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>

is-boolean-array/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isBooleanArray = require( './index' );
4646
isBooleanArray.primitives( [ true ], 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an `objects` method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-boolean/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isBoolean = require( './index' );
4646
isBoolean.isPrimitive( true, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-circular/README.md

Lines changed: 1 addition & 1 deletion

is-composite/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isComposite = require( './index' );
4646
isComposite.isPrimitive( 0.2, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-cube-number/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isCubeNumber = require( './index' );
4646
isCubeNumber.isPrimitive( 0.2, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-empty-string/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isEmptyString = require( './index' );
4646
isEmptyString.isPrimitive( 'abc', 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-even/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isEven = require( './index' );
4646
isEven.isPrimitive( 4, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-finite/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isFinite = require( './index' );
4646
isFinite.isPrimitive( 4, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-infinite/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isInfinite = require( './index' );
4646
isInfinite.isPrimitive( 1 / 0, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-integer/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isInteger = require( './index' );
4646
isInteger.isPrimitive( 2, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-nan/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isnan = require( './index' );
4646
isnan.isPrimitive( NaN, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-negative-integer-array/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isNegativeIntegerArray = require( './index' );
4646
isNegativeIntegerArray.primitives( [ -2 ], 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an `objects` method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-negative-integer/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isNegativeInteger = require( './index' );
4646
isNegativeInteger.isPrimitive( -2, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-negative-number-array/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isNegativeNumberArray = require( './index' );
4646
isNegativeNumberArray.primitives( [ -2 ], 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an `objects` method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-negative-number/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isNegativeNumber = require( './index' );
4646
isNegativeNumber.isPrimitive( -2, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-negative-zero/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ import isNegativeZero = require( './index' );
4747
isNegativeZero.isPrimitive( -0, 123 ); // $ExpectError
4848
}
4949

50-
5150
// Attached to main export is an isPrimitive method which returns a boolean...
5251
{
5352
// eslint-disable-next-line no-new-wrappers

is-nonnegative-integer-array/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isNonNegativeIntegerArray = require( './index' );
4646
isNonNegativeIntegerArray.primitives( [ 2 ], 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an `objects` method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-nonnegative-integer/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isNonNegativeInteger = require( './index' );
4646
isNonNegativeInteger.isPrimitive( 2, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-nonnegative-number-array/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isNonNegativeNumberArray = require( './index' );
4646
isNonNegativeNumberArray.primitives( [ 2 ], 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an `objects` method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-nonnegative-number/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isNonNegativeNumber = require( './index' );
4646
isNonNegativeNumber.isPrimitive( 2, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-nonpositive-integer-array/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isNonPositiveIntegerArray = require( './index' );
4646
isNonPositiveIntegerArray.primitives( [ -2 ], 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an `objects` method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-nonpositive-integer/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isNonPositiveInteger = require( './index' );
4646
isNonPositiveInteger.isPrimitive( -2, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-nonpositive-number-array/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isNonPositiveNumberArray = require( './index' );
4646
isNonPositiveNumberArray.primitives( [ -2 ], 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an `objects` method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-nonpositive-number/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isNonPositiveNumber = require( './index' );
4646
isNonPositiveNumber.isPrimitive( -2, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-number/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isNumber = require( './index' );
4646
isNumber.isPrimitive( 2, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-odd/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isOdd = require( './index' );
4646
isOdd.isPrimitive( 3, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-positive-finite/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isPositiveFinite = require( './index' );
4646
isPositiveFinite.isPrimitive( 2, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-positive-integer-array/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isPositiveIntegerArray = require( './index' );
4646
isPositiveIntegerArray.primitives( [ 2 ], 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an `objects` method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-positive-integer/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isPositiveInteger = require( './index' );
4646
isPositiveInteger.isPrimitive( 2, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-positive-number-array/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isPositiveNumberArray = require( './index' );
4646
isPositiveNumberArray.primitives( [ 2 ], 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an `objects` method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-positive-number/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isPositiveNumber = require( './index' );
4646
isPositiveNumber.isPrimitive( 2, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-positive-zero/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ import isPositiveZero = require( './index' );
4747
isPositiveZero.isPrimitive( 0, 123 ); // $ExpectError
4848
}
4949

50-
5150
// Attached to main export is an isPrimitive method which returns a boolean...
5251
{
5352
// eslint-disable-next-line no-new-wrappers

is-prime/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isPrime = require( './index' );
4646
isPrime.isPrimitive( 0.2, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-probability-array/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isProbabilityArray = require( './index' );
4646
isProbabilityArray.primitives( [ 0.2 ], 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an `objects` method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-probability/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isProbability = require( './index' );
4646
isProbability.isPrimitive( 0.2, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-ragged-nested-array/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/assert/is-ragged-nested-array",
33
"version": "0.0.0",
4-
"description": "Test if a value is a ragged nested array",
4+
"description": "Test if a value is a ragged nested array.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

is-safe-integer/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isSafeInteger = require( './index' );
4646
isSafeInteger.isPrimitive( 2, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-same-array-like-object/README.md

Lines changed: 1 addition & 1 deletion

is-square-number/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isSquareNumber = require( './index' );
4646
isSquareNumber.isPrimitive( 0.2, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-square-triangular-number/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isSquareTriangularNumber = require( './index' );
4646
isSquareTriangularNumber.isPrimitive( 0.2, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-string-array/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isStringArray = require( './index' );
4646
isStringArray.primitives( [ 'abc' ], 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an `objects` method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-symbol-array/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isSymbolArray = require( './index' );
4646
isSymbolArray.primitives( [ Symbol( 'abc' ) ], 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an `objects` method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

is-triangular-number/docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import isTriangularNumber = require( './index' );
4646
isTriangularNumber.isPrimitive( 0.2, 123 ); // $ExpectError
4747
}
4848

49-
5049
// Attached to main export is an isPrimitive method which returns a boolean...
5150
{
5251
// eslint-disable-next-line no-new-wrappers

0 commit comments

Comments
 (0)