Skip to content

Commit 17edb44

Browse files
ffflorianMarshallOfSound
authored andcommitted
fix: export all types (#103)
1 parent d5b9354 commit 17edb44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import {
1414
} from './utils';
1515

1616
export { getHostArch } from './utils';
17+
export * from './types';
1718

1819
const d = debug('@electron/get:index');
1920
const sumchecker: typeof import('sumchecker').default = require('sumchecker');

0 commit comments

Comments
 (0)