File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Ognjen Jevremović <[email protected]>
2929
Philipp Burckhardt <[email protected]>
3030
Pranav Goswami <[email protected]>
3131
Ricky Reusser <[email protected]>
32+
Robert Gislason <[email protected]>
3233
Roman Stetsyk <[email protected]>
3334
Ryan Seal <[email protected]>
3435
Seyyed Parsa Neshaei <[email protected]>
@@ -37,4 +38,3 @@ Stephannie Jiménez Gacha <[email protected]>
3738
Yernar Yergaziyev <[email protected]>
3839
orimiles5 <[email protected]>
3940
40-
Robert Gislason <[email protected]>
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ interface ExtendedOptions extends Options {
164164
* var v = arr.get( 0 );
165165
* // returns [ 1, 2 ]
166166
*/
167-
declare function array<T = unknown>( options: OptionsWithShape | OptionsWithBuffer ): typedndarray<T>; // tslint:disable-line:no-unnecessary-generics
167+
declare function array<T = unknown>( options: OptionsWithShape | OptionsWithBuffer ): typedndarray<T>;
168168

169169
/**
170170
* Returns a multidimensional array.
@@ -220,7 +220,7 @@ declare function array<T = unknown>( options: OptionsWithShape | OptionsWithBuff
220220
* var v = arr.get( 0, 0 );
221221
* // returns 1.0
222222
*/
223-
declare function array<T = unknown>( buffer: ArrayLike<any>, options?: ExtendedOptions ): typedndarray<T>; // tslint:disable-line:no-unnecessary-generics
223+
declare function array<T = unknown>( buffer: ArrayLike<any>, options?: ExtendedOptions ): typedndarray<T>;
224224

225225

226226
// EXPORTS //
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@
7373
"@stdlib/ndarray-shape": "^0.1.0",
7474
"@stdlib/ndarray-strides": "^0.1.0",
7575
"@stdlib/string-format": "^0.1.1",
76-
"@stdlib/types": "^0.1.0"
76+
"@stdlib/types": "^0.2.0"
7777
},
7878
"devDependencies": {
7979
"@stdlib/array-float32": "^0.1.1",
80-
"@stdlib/bench": "^0.1.0",
80+
"@stdlib/bench": "^0.2.0",
8181
"tape": "git+https://.com/kgryte/tape.git#fix/globby",
8282
"istanbul": "^0.4.1",
8383
"tap-min": "git+https://.com/Planeshifter/tap-min.git"

0 commit comments

Comments
 (0)