hojas/node_modules/ip-address/dist/ip-address.d.ts

8 lines
218 B
TypeScript
Raw Normal View History

2026-05-14 10:56:04 +02:00
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;
};