diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 0dae4fe..3bc3576 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -29,6 +29,7 @@ Ognjen Jevremović Philipp Burckhardt Pranav Goswami Ricky Reusser +Robert Gislason Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com> Ryan Seal Seyyed Parsa Neshaei @@ -37,4 +38,3 @@ Stephannie Jiménez Gacha Yernar Yergaziyev orimiles5 <97595296+orimiles5@users.noreply.github.com> rei2hu -Robert Gislason diff --git a/docs/types/index.d.ts b/docs/types/index.d.ts index 1bdee3a..71b11cc 100644 --- a/docs/types/index.d.ts +++ b/docs/types/index.d.ts @@ -80,7 +80,7 @@ type Callback = Nullary | Unary; * var arr = filledarrayBy( 'float32' ); * // returns */ -declare function filledarrayBy( dtype?: DataType ): ArrayOrTypedArray; // tslint:disable-line:unified-signatures +declare function filledarrayBy( dtype?: DataType ): ArrayOrTypedArray; // eslint-disable-line @typescript-eslint/unified-signatures /** * Creates a filled array according to a provided callback function and having a specified `length`.