Skip to content

Commit 3aec20d

Browse files
committed
1 parent 3b59a50 commit 3aec20d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/ndarray/zeros/docs/types

lib/node_modules/@stdlib/ndarray/zeros/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ declare function zeros( shape: Shape | number, options?: Options ): float64ndarr
551551
* var dt = arr.dtype;
552552
* // returns 'float64'
553553
*/
554-
declare function zeros( shape: Shape | number, options?: OptionsWithDType ): typedndarray<number>; unified-signatures
554+
declare function zeros( shape: Shape | number, options?: OptionsWithDType ): typedndarray<number>;
555555

556556

557557
// EXPORTS //

0 commit comments

Comments
 (0)