7fife-backend/node_modules/ip-address/dist/address-error.d.ts

5 lines
179 B
TypeScript
Raw Permalink Normal View History

2024-03-07 13:01:44 +00:00
export declare class AddressError extends Error {
parseMessage?: string;
constructor(message: string, parseMessage?: string);
}
//# sourceMappingURL=address-error.d.ts.map