Skip to content

Commit

Permalink
fix: export all types (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffflorian authored and MarshallOfSound committed Jun 25, 2019
1 parent d5b9354 commit 17edb44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import {
} from './utils';

export { getHostArch } from './utils';
export * from './types';

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

0 comments on commit 17edb44

Please sign in to comment.