Skip to content

Commit 082a45a

Browse files
committed
style: fix missing empty line
1 parent 849c335 commit 082a45a

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/ndarray/map/docs/types

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,6 +1174,7 @@ declare function map<T = unknown, V = unknown>( x: typedndarray<T>, options: Boo
11741174
*/
11751175
declare function map<T = unknown, U = unknown, V = unknown>( x: typedndarray<T>, options: GenericOptions, fcn: Callback<T, U, V>, thisArg?: ThisParameterType<Callback<T, U, V>> ): genericndarray<U>;
11761176

1177+
11771178
// EXPORTS //
11781179

11791180
export = map;

0 commit comments

Comments
 (0)