File tree 11 files changed +11
-11
lines changed
is-centrosymmetric-matrix/docs/types
is-matrix-like/docs/types
is-ndarray-like/docs/types
is-nonsymmetric-matrix/docs/types
is-persymmetric-matrix/docs/types
is-skew-centrosymmetric-matrix/docs/types
is-skew-persymmetric-matrix/docs/types
is-skew-symmetric-matrix/docs/types
is-square-matrix/docs/types
is-symmetric-matrix/docs/types
11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* tslint: disable: no-invalid-this */
19
+ /* eslint- disable @typescript-eslint/ no-invalid-this */
20
20
21
21
import isCentrosymmetricMatrix = require( './index' ) ;
22
22
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* tslint: disable: no-invalid-this */
19
+ /* eslint- disable @typescript-eslint/ no-invalid-this */
20
20
21
21
import isMatrixLike = require( './index' ) ;
22
22
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* tslint: disable: no-invalid-this */
19
+ /* eslint- disable @typescript-eslint/ no-invalid-this */
20
20
21
21
import isndarrayLike = require( './index' ) ;
22
22
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* tslint: disable: no-invalid-this */
19
+ /* eslint- disable @typescript-eslint/ no-invalid-this */
20
20
21
21
import isNonSymmetricMatrix = require( './index' ) ;
22
22
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* tslint: disable: no-invalid-this */
19
+ /* eslint- disable @typescript-eslint/ no-invalid-this */
20
20
21
21
import isPersymmetricMatrix = require( './index' ) ;
22
22
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* tslint: disable: no-invalid-this */
19
+ /* eslint- disable @typescript-eslint/ no-invalid-this */
20
20
21
21
import isSkewCentrosymmetricMatrix = require( './index' ) ;
22
22
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* tslint: disable: no-invalid-this */
19
+ /* eslint- disable @typescript-eslint/ no-invalid-this */
20
20
21
21
import isSkewPersymmetricMatrix = require( './index' ) ;
22
22
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* tslint: disable: no-invalid-this */
19
+ /* eslint- disable @typescript-eslint/ no-invalid-this */
20
20
21
21
import isSkewSymmetricMatrix = require( './index' ) ;
22
22
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* tslint: disable: no-invalid-this */
19
+ /* eslint- disable @typescript-eslint/ no-invalid-this */
20
20
21
21
import isSquareMatrix = require( './index' ) ;
22
22
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* tslint: disable: no-invalid-this */
19
+ /* eslint- disable @typescript-eslint/ no-invalid-this */
20
20
21
21
import isSymmetricMatrix = require( './index' ) ;
22
22
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- /* tslint: disable: no-invalid-this */
19
+ /* eslint- disable @typescript-eslint/ no-invalid-this */
20
20
/* tslint:disable:expect */
21
21
22
22
import inherit = require( './index' ) ;
You can’t perform that action at this time.
0 commit comments