/usr/local/lib/node_modules/pm2/node_modules/ip-address/src
NameSizeModeActions
v4/-0755rm
v6/-0755rm
address-error.ts2220644editdlrm
common.ts13810644editdlrm
ip-address.ts1920644editdlrm
ipv4.ts97390644editdlrm
ipv6.ts308530644editdlrm
Edit: /usr/local/lib/node_modules/pm2/node_modules/ip-address/src/address-error.ts (222B)
export class AddressError extends Error { parseMessage?: string; constructor(message: string, parseMessage?: string) { super(message); this.name = 'AddressError'; this.parseMessage = parseMessage; } }