error TS7010: skipTo, which lacks return-type annotation, implicitly has an any return type.

node_modules/nodemailer/node_modules/socks/node_modules/smart-buffer/typings/index.d.ts(351,5): error TS7010: 'skipTo', which lacks return-type annotation, implicitly has an 'any' return type.

FswDvibb9SAli1FUGUM_aGgIuEAq

缺少返回类型的注释,隐含地具有’any’返回类型。 tsconfig.json配置文件中noImplicitAny设置为false,该选项的意思是:在表达式和声明上有隐含的’any’类型时报错。