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 a6565cd commit 204e0cbCopy full SHA for 204e0cb
src/index.ts
@@ -7,6 +7,8 @@ import { NotarizeOptions } from './types';
7
8
const d = debug('electron-notarize');
9
10
+export { NotarizeOptions };
11
+
12
export { validateLegacyAuthorizationArgs as validateAuthorizationArgs } from './validate-args';
13
14
export async function notarize({ appPath, ...otherOptions }: NotarizeOptions) {
0 commit comments