nodejs-sdk icon indicating copy to clipboard operation
nodejs-sdk copied to clipboard

如何使用typescript

Open SnowFlowers opened this issue 5 years ago • 2 comments

如何使用typescript

SnowFlowers avatar Aug 06 '20 05:08 SnowFlowers

很明显,并不支持

ctliz avatar Apr 06 '23 06:04 ctliz

我也遇到了,缺少d.ts,可以参考这里,https://www.typescriptlang.org/docs/handbook/declaration-files/dts-from-js.html。 clone下代码,生成下types移到项目中即可支持。因为这个项目是生成的代码,还是得官方上游来解决。

bin-xu avatar Apr 01 '24 02:04 bin-xu