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 Nov 12, 2023
1 parent c4083a3 commit fd38c05
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Ognjen Jevremović <[email protected]>
Philipp Burckhardt <[email protected]>
Pranav Goswami <[email protected]>
Ricky Reusser <[email protected]>
Robert Gislason <[email protected]>
Roman Stetsyk <[email protected]>
Ryan Seal <[email protected]>
Seyyed Parsa Neshaei <[email protected]>
Expand All @@ -37,4 +38,3 @@ Stephannie Jiménez Gacha <[email protected]>
Yernar Yergaziyev <[email protected]>
orimiles5 <[email protected]>
rei2hu <[email protected]>
Robert Gislason <[email protected]>
2 changes: 1 addition & 1 deletion is-big-endian/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ import IS_BIG_ENDIAN = require( './index' );

// The variable is a boolean...
{
// tslint:disable-next-line:no-unused-expression

IS_BIG_ENDIAN; // $ExpectType boolean
}
2 changes: 1 addition & 1 deletion is-browser/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ import IS_BROWSER = require( './index' );

// The variable is a boolean...
{
// tslint:disable-next-line:no-unused-expression
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
IS_BROWSER; // $ExpectType boolean
}
2 changes: 1 addition & 1 deletion is-darwin/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ import IS_DARWIN = require( './index' );

// The variable is a boolean...
{
// tslint:disable-next-line:no-unused-expression
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
IS_DARWIN; // $ExpectType boolean
}
2 changes: 1 addition & 1 deletion is-docker/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ import IS_DOCKER = require( './index' );

// The variable is a boolean...
{
// tslint:disable-next-line:no-unused-expression
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
IS_DOCKER; // $ExpectType boolean
}
2 changes: 1 addition & 1 deletion is-electron-main/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ import IS_ELECTRON_MAIN = require( './index' );

// The variable is a boolean...
{
// tslint:disable-next-line:no-unused-expression
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
IS_ELECTRON_MAIN; // $ExpectType boolean
}
2 changes: 1 addition & 1 deletion is-electron-renderer/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ import IS_ELECTRON_RENDERER = require( './index' );

// The variable is a boolean...
{
// tslint:disable-next-line:no-unused-expression
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
IS_ELECTRON_RENDERER; // $ExpectType boolean
}
2 changes: 1 addition & 1 deletion is-electron/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ import IS_ELECTRON = require( './index' );

// The variable is a boolean...
{
// tslint:disable-next-line:no-unused-expression
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
IS_ELECTRON; // $ExpectType boolean
}
2 changes: 1 addition & 1 deletion is-little-endian/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ import IS_LITTLE_ENDIAN = require( './index' );

// The variable is a boolean...
{
// tslint:disable-next-line:no-unused-expression
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
IS_LITTLE_ENDIAN; // $ExpectType boolean
}
2 changes: 1 addition & 1 deletion is-mobile/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ import IS_MOBILE = require( './index' );

// The variable is a boolean...
{
// tslint:disable-next-line:no-unused-expression
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
IS_MOBILE; // $ExpectType boolean
}
2 changes: 1 addition & 1 deletion is-node/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ import IS_NODE = require( './index' );

// The variable is a boolean...
{
// tslint:disable-next-line:no-unused-expression
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
IS_NODE; // $ExpectType boolean
}
2 changes: 1 addition & 1 deletion is-touch-device/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ import IS_TOUCH_DEVICE = require( './index' );

// The variable is a boolean...
{
// tslint:disable-next-line:no-unused-expression
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
IS_TOUCH_DEVICE; // $ExpectType boolean
}
2 changes: 1 addition & 1 deletion is-web-worker/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ import IS_WEB_WORKER = require( './index' );

// The variable is a boolean...
{
// tslint:disable-next-line:no-unused-expression
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
IS_WEB_WORKER; // $ExpectType boolean
}
2 changes: 1 addition & 1 deletion is-windows/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ import IS_WINDOWS = require( './index' );

// The variable is a boolean...
{
// tslint:disable-next-line:no-unused-expression
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
IS_WINDOWS; // $ExpectType boolean
}
2 changes: 1 addition & 1 deletion napi/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ import headerDir = require( './index' );

// The variable is a string...
{
// tslint:disable-next-line:no-unused-expression
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
headerDir; // $ExpectType string
}
2 changes: 1 addition & 1 deletion napi/equal-typedarray-types/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ import headerDir = require( './index' );

// The variable is a string...
{
// tslint:disable-next-line:no-unused-expression
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
headerDir; // $ExpectType string
}
2 changes: 1 addition & 1 deletion napi/equal-types/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ import headerDir = require( './index' );

// The variable is a string...
{
// tslint:disable-next-line:no-unused-expression
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
headerDir; // $ExpectType string
}
2 changes: 1 addition & 1 deletion napi/is-type/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ import headerDir = require( './index' );

// The variable is a string...
{
// tslint:disable-next-line:no-unused-expression
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
headerDir; // $ExpectType string
}
2 changes: 1 addition & 1 deletion napi/is-typedarray/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ import headerDir = require( './index' );

// The variable is a string...
{
// tslint:disable-next-line:no-unused-expression
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
headerDir; // $ExpectType string
}
2 changes: 1 addition & 1 deletion napi/status-ok/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ import headerDir = require( './index' );

// The variable is a string...
{
// tslint:disable-next-line:no-unused-expression
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
headerDir; // $ExpectType string
}

0 comments on commit fd38c05

Please sign in to comment.