Skip to main content
Latest
File
export default function defangIPaddr(address: string): string { return address.replaceAll(".", "[.]");}