UNPKG

258 BTypeScriptView Raw
1export { Address4 } from './ipv4';
2export { Address6 } from './ipv6';
3export { AddressError } from './address-error';
4import * as helpers from './v6/helpers';
5export declare const v6: {
6 helpers: typeof helpers;
7};
8//# sourceMappingURL=ip-address.d.ts.map
\No newline at end of file