huaweicloud / huaweicloud-sdk-nodejs-obs

Apache License 2.0
27 stars 10 forks source link

什么时候会有ts的类型支持呢 #29

Closed Ena-Heleneto closed 1 month ago

liqiuqiu111 commented 2 months ago

您好,暂时没有这个类型的排期计划。

hu-qi commented 2 months ago

The same : Could not find a declaration file for module 'esdk-obs-nodejs'

Ena-Heleneto commented 1 month ago

@hu-qi you need to create a .d.ts file in your project

declare module 'esdk-obs-nodejs' {
  const content: any;
  export default content
}