node-regedit icon indicating copy to clipboard operation
node-regedit copied to clipboard

Missing types for stream and listUnexpandedValues

Open davidgoitia opened this issue 3 years ago • 0 comments

Some Typescript definitions are missing or have errors:

  • Streaming interface is missing
  • listUnexpandedValues interface is missing
  • Architecture constants are not exported in index.js
  • REG_BINARY_Value is defined as REG_SZ
  • Explicit type for default value as key '' is missing

davidgoitia avatar May 23 '22 11:05 davidgoitia