Skip to content

Commit

Permalink
fix: export NotarizeOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Sep 2, 2021
1 parent a6565cd commit 204e0cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import { NotarizeOptions } from './types';

const d = debug('electron-notarize');

export { NotarizeOptions };

export { validateLegacyAuthorizationArgs as validateAuthorizationArgs } from './validate-args';

export async function notarize({ appPath, ...otherOptions }: NotarizeOptions) {
Expand Down

0 comments on commit 204e0cb

Please sign in to comment.