Skip to content

Commit

Permalink
fix: export SignOptions type (#274)
Browse files Browse the repository at this point in the history
Co-authored-by: Erick Zhao <[email protected]>
  • Loading branch information
stefansundin and erickzhao authored Aug 18, 2023
1 parent 013ca00 commit 01bd4c2
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 @@ -12,3 +12,4 @@ module.exports.flatAsync = buildPkg;
module.exports.buildPkg = buildPkg;

export { sign, flat, signApp as signAsync, signApp, buildPkg as flatAsync, buildPkg };
export * from './types';

0 comments on commit 01bd4c2

Please sign in to comment.