11cb0ef41Sopenharmony_ci"use strict";
21cb0ef41Sopenharmony_civar __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
31cb0ef41Sopenharmony_ci    if (k2 === undefined) k2 = k;
41cb0ef41Sopenharmony_ci    var desc = Object.getOwnPropertyDescriptor(m, k);
51cb0ef41Sopenharmony_ci    if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
61cb0ef41Sopenharmony_ci      desc = { enumerable: true, get: function() { return m[k]; } };
71cb0ef41Sopenharmony_ci    }
81cb0ef41Sopenharmony_ci    Object.defineProperty(o, k2, desc);
91cb0ef41Sopenharmony_ci}) : (function(o, m, k, k2) {
101cb0ef41Sopenharmony_ci    if (k2 === undefined) k2 = k;
111cb0ef41Sopenharmony_ci    o[k2] = m[k];
121cb0ef41Sopenharmony_ci}));
131cb0ef41Sopenharmony_civar __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
141cb0ef41Sopenharmony_ci    Object.defineProperty(o, "default", { enumerable: true, value: v });
151cb0ef41Sopenharmony_ci}) : function(o, v) {
161cb0ef41Sopenharmony_ci    o["default"] = v;
171cb0ef41Sopenharmony_ci});
181cb0ef41Sopenharmony_civar __importStar = (this && this.__importStar) || function (mod) {
191cb0ef41Sopenharmony_ci    if (mod && mod.__esModule) return mod;
201cb0ef41Sopenharmony_ci    var result = {};
211cb0ef41Sopenharmony_ci    if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
221cb0ef41Sopenharmony_ci    __setModuleDefault(result, mod);
231cb0ef41Sopenharmony_ci    return result;
241cb0ef41Sopenharmony_ci};
251cb0ef41Sopenharmony_ciObject.defineProperty(exports, "__esModule", { value: true });
261cb0ef41Sopenharmony_ciexports.v6 = exports.AddressError = exports.Address6 = exports.Address4 = void 0;
271cb0ef41Sopenharmony_ciconst ipv4_1 = require("./ipv4");
281cb0ef41Sopenharmony_ciObject.defineProperty(exports, "Address4", { enumerable: true, get: function () { return ipv4_1.Address4; } });
291cb0ef41Sopenharmony_ciconst ipv6_1 = require("./ipv6");
301cb0ef41Sopenharmony_ciObject.defineProperty(exports, "Address6", { enumerable: true, get: function () { return ipv6_1.Address6; } });
311cb0ef41Sopenharmony_ciconst address_error_1 = require("./address-error");
321cb0ef41Sopenharmony_ciObject.defineProperty(exports, "AddressError", { enumerable: true, get: function () { return address_error_1.AddressError; } });
331cb0ef41Sopenharmony_ciconst helpers = __importStar(require("./v6/helpers"));
341cb0ef41Sopenharmony_ciexports.v6 = { helpers };
351cb0ef41Sopenharmony_ci//# sourceMappingURL=ip-address.js.map