How to use the registry-js.enumerateKeys function in registry-js

To help you get started, we’ve selected a few registry-js examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github bytedance / debugtron / src / main / win.ts View on Github external
private enumRegeditItems(key: HKEY, subkey: string) {
    return enumerateKeys(key, subkey).map(k =>
      enumerateValues(key, subkey + '\\' + k),
    )
  }

registry-js

A simple and opinionated library for working with the Windows registry

MIT
Latest version published 2 months ago

Package Health Score

73 / 100
Full package analysis

Similar packages