Fix: TS7019: Rest parameter 'params' implicitly has an 'any[]' type.
Created by: aaa4xu
Fix for TypeScript with "noImplicitAny": true
option.
ERROR in [at-loader] ./node_modules/dashjs/build/typings/index.d.ts:6:15
TS7019: Rest parameter 'params' implicitly has an 'any[]' type.
ERROR in [at-loader] ./node_modules/dashjs/build/typings/index.d.ts:7:14
TS7019: Rest parameter 'params' implicitly has an 'any[]' type.
ERROR in [at-loader] ./node_modules/dashjs/build/typings/index.d.ts:8:14
TS7019: Rest parameter 'params' implicitly has an 'any[]' type.
ERROR in [at-loader] ./node_modules/dashjs/build/typings/index.d.ts:9:15
TS7019: Rest parameter 'params' implicitly has an 'any[]' type.
ERROR in [at-loader] ./node_modules/dashjs/build/typings/index.d.ts:10:15
TS7019: Rest parameter 'params' implicitly has an 'any[]' type.