agentscope-sift / node_modules /ip-address /dist /address-error.d.ts
SNAPKITTYWEST's picture
push from SNAPKITTYWEST/agentscope-sift
a5d718a verified
Raw
History Blame Contribute Delete
140 Bytes
export declare class AddressError extends Error {
parseMessage?: string;
constructor(message: string, parseMessage?: string);
}