Skip to content

Commit

Permalink
Add ParseResultIp to main.js exports
Browse files Browse the repository at this point in the history
  • Loading branch information
OiYouYeahYou committed Feb 16, 2024
1 parent 414721e commit 6b4add8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export {
ParseResultReserved,
ParseResultNotListed,
ParseResultListed,
ParseResultIp,
} from "./parse-domain.js";
export { fromUrl, NO_HOSTNAME } from "./from-url.js";
export {
Expand Down

0 comments on commit 6b4add8

Please sign in to comment.