Skip to content

Commit

Permalink
Remove second export
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jan 10, 2025
1 parent 5d822ae commit 60d6770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function isEmptyObject(obj: unknown) {
return typeof obj === 'object' && obj !== null && !Object.keys(obj).length;
}

export interface RemovalOptions {
interface RemovalOptions {
removeAllFalsy?: boolean;
}

Expand Down

0 comments on commit 60d6770

Please sign in to comment.