We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 561a926 commit daf13e5Copy full SHA for daf13e5
lib/registry.js
@@ -1,6 +1,6 @@
1
// Note: registry-js internally has a `process.platform === 'win32'` check so it
2
// won't load its native addon on other platforms (good)
3
-import registry from 'registry-js'
+import * as registry from 'registry-js'
4
5
const HKEY = registry.HKEY
6
const SHORT_HIVES = new Map([
0 commit comments