Skip to content

Commit

Permalink
fix: Add ParseResultIp to main.js exports (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
OiYouYeahYou committed Mar 4, 2024
1 parent 414721e commit b5b0177
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
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 b5b0177

Please sign in to comment.