We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9cdbf commit 5af3ec0Copy full SHA for 5af3ec0
src/index.ts
@@ -8,7 +8,7 @@ import { NotarizeOptions } from './types.js';
8
9
const d = debug('electron-notarize');
10
11
-export { NotarizeOptions };
+export * from './types.js';
12
13
export { validateNotaryToolAuthorizationArgs as validateAuthorizationArgs } from './validate-args.js';
14
0 commit comments