diff --git a/lib/node_modules/@stdlib/utils/map-right/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/map-right/docs/types/index.d.ts index 650c6ef95a47..e3fa7b02903c 100644 --- a/lib/node_modules/@stdlib/utils/map-right/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/map-right/docs/types/index.d.ts @@ -219,7 +219,7 @@ interface Routine { * console.log( out ); * // => [ 1, 2, 3, 4, 5, 6 ] */ - assign( arr: Collection, out: Collection, fcn: ArrayCallback, thisArg?: ThisParameterType> ): Collection; + assign( arr: Collection, out: Collection, fcn: ArrayCallback, thisArg?: ThisParameterType> ): Collection; } /** diff --git a/lib/node_modules/@stdlib/utils/map/docs/types/index.d.ts b/lib/node_modules/@stdlib/utils/map/docs/types/index.d.ts index 04f33b32d37a..9562559aa70e 100644 --- a/lib/node_modules/@stdlib/utils/map/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/utils/map/docs/types/index.d.ts @@ -219,7 +219,7 @@ interface Routine { * console.log( out ); * // => [ 1, 2, 3, 4, 5, 6 ] */ - assign( arr: Collection, out: Collection, fcn: ArrayCallback, thisArg?: ThisParameterType> ): Collection; + assign( arr: Collection, out: Collection, fcn: ArrayCallback, thisArg?: ThisParameterType> ): Collection; } /**