File tree 16 files changed +0
-16
lines changed
16 files changed +0
-16
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-construct
20
19
/* eslint-disable @typescript-eslint/no-unused-expressions */
21
20
22
21
import ArrayBuffer = require( './index' ) ;
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- // tslint:disable: no-construct
20
19
/* eslint-disable @typescript-eslint/no-unused-expressions */
21
20
22
21
import ArrayBuffer = require( '@stdlib/array/buffer' ) ;
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- // tslint:disable: no-construct
20
19
/* eslint-disable @typescript-eslint/no-unused-expressions */
21
20
22
21
import Float32Array = require( './index' ) ;
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- // tslint:disable: no-construct
20
19
/* eslint-disable @typescript-eslint/no-unused-expressions */
21
20
22
21
import Float64Array = require( './index' ) ;
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- // tslint:disable: no-construct
20
19
/* eslint-disable @typescript-eslint/no-unused-expressions */
21
20
22
21
import Int32Array = require( './index' ) ;
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- // tslint:disable: no-construct
20
19
/* eslint-disable @typescript-eslint/no-unused-expressions */
21
20
22
21
import Int8Array = require( './index' ) ;
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- // tslint:disable: no-construct
20
19
/* eslint-disable @typescript-eslint/no-unused-expressions */
21
20
// tslint:disable: no-unsafe-any
22
21
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- // tslint:disable: no-construct
20
19
/* eslint-disable @typescript-eslint/no-unused-expressions */
21
20
22
21
import Uint16Array = require( './index' ) ;
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- // tslint:disable: no-construct
20
19
/* eslint-disable @typescript-eslint/no-unused-expressions */
21
20
22
21
import Uint32Array = require( './index' ) ;
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- // tslint:disable: no-construct
20
19
/* eslint-disable @typescript-eslint/no-unused-expressions */
21
20
22
21
import Uint8Array = require( './index' ) ;
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- // tslint:disable: no-construct
20
19
/* eslint-disable @typescript-eslint/no-unused-expressions */
21
20
22
21
import Uint8ClampedArray = require( './index' ) ;
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- // tslint:disable: no-construct
20
19
/* eslint-disable @typescript-eslint/no-unused-expressions */
21
20
22
21
import Bool = require( './index' ) ;
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- // tslint:disable: no-construct
20
19
/* eslint-disable @typescript-eslint/no-unused-expressions */
21
20
22
21
import Fcn = require( './index' ) ;
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- // tslint:disable: no-construct
20
19
/* eslint-disable @typescript-eslint/no-unused-expressions */
21
20
22
21
import Number = require( './index' ) ;
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- // tslint:disable: no-construct
20
19
/* eslint-disable @typescript-eslint/no-unused-expressions */
21
20
22
21
import Obj = require( './index' ) ;
Original file line number Diff line number Diff line change 16
16
* limitations under the License.
17
17
*/
18
18
19
- // tslint:disable: no-construct
20
19
/* eslint-disable @typescript-eslint/no-unused-expressions */
21
20
22
21
import Proxy = require( './index' ) ;
You can’t perform that action at this time.
0 commit comments