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

0 commit comments

Comments
 (0)