typescript · typescript/TS7019
TS7019
Rest Parameter Implicitly Has any Type
A rest parameter (`...args`) has no type annotation and defaults to an implicit `any[]`. Add an explicit array type annotation to the rest parameter.
A rest parameter (`...args`) has no type annotation and defaults to an implicit `any[]`. Add an explicit array type annotation to the rest parameter.