Files
boc/landvex-report-system/node_modules/ip-address/dist/address-error.d.ts
T

5 lines
136 B
TypeScript
Raw Normal View History

export declare class AddressError extends Error {
parseMessage?: string;
constructor(message: string, parseMessage?: string);
}