From 3aec20d84a70edd88ac294294bb733cabb544d66 Mon Sep 17 00:00:00 2001 From: Athan Reines Date: Sun, 5 Nov 2023 01:19:40 -0700 Subject: [PATCH] fix: remove leftover disabled lint rule Ref: https://github.com/stdlib-js/stdlib/blame/3b59a503252cfe16765f84eab3bdb0ca06f6bb79/lib/node_modules/%40stdlib/ndarray/zeros/docs/types/index.d.ts#L554 --- lib/node_modules/@stdlib/ndarray/zeros/docs/types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/ndarray/zeros/docs/types/index.d.ts b/lib/node_modules/@stdlib/ndarray/zeros/docs/types/index.d.ts index 0906ef217d2..38e22619077 100644 --- a/lib/node_modules/@stdlib/ndarray/zeros/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/ndarray/zeros/docs/types/index.d.ts @@ -551,7 +551,7 @@ declare function zeros( shape: Shape | number, options?: Options ): float64ndarr * var dt = arr.dtype; * // returns 'float64' */ -declare function zeros( shape: Shape | number, options?: OptionsWithDType ): typedndarray; unified-signatures +declare function zeros( shape: Shape | number, options?: OptionsWithDType ): typedndarray; // EXPORTS //