LarpixClient/electron/node_modules/ip-address/dist/ip-address.d.ts
2026-05-10 16:36:35 +02:00

7 lines
218 B
TypeScript

export { Address4 } from './ipv4';
export { Address6 } from './ipv6';
export { AddressError } from './address-error';
import * as helpers from './v6/helpers';
export declare const v6: {
helpers: typeof helpers;
};