Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
node_modules
/
ip-address
/
dist
/
address-error.d.ts
blob: 59b21651678495cf9d6c28d331a984501df156cc [
file
] [
log
] [
blame
]
export
declare
class
AddressError
extends
Error
{
parseMessage
?:
string
;
constructor
(
message
:
string
,
parseMessage
?:
string
);
}
//# sourceMappingURL=address-error.d.ts.map