kihlh / hmc-win32

HMC Easier Access to System APIs 简化连接winapi的过程的node c++模块

Home Page:https://kihlh.gitbook.io/hmc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`node_modules/hmc-win32/hmc.d.ts(3215,17): error TS2708: Cannot use namespace 'HMC' as a value.`

JellyBrick opened this issue · comments

image

HMC: typeof HMC;

TS2708: Cannot use namespace 'HMC' as a value.

commented

HMC: typeof HMC;" is TypeScript's own analysis and addition. You can directly remove the "HMC" type from the hmc object. This issue will be addressed in the next version.

commented

The solution to this problem has been supported in version 1.3.7.