Skip to content

Commit

Permalink
fix: use export default syntax in type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
zyoshoka committed Jun 28, 2024
1 parent 337ee66 commit e7bc54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ declare namespace IPCIDR {
export function createAddress(address: string): Address;
}

export = IPCIDR;
export default IPCIDR;

0 comments on commit e7bc54e

Please sign in to comment.