Skip to content

Commit

Permalink
Set Universal constructor type
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderOMara committed Jan 20, 2025
1 parent 54abe9f commit f9d63e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions macho/universal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ const MAX_ALIGN = 30;
* Works for fat binaries and also thin binaries.
*/
export class Universal {
declare public readonly ['constructor']: Omit<typeof Universal, 'new'>;

/**
* Binary reader.
*/
Expand Down

0 comments on commit f9d63e2

Please sign in to comment.