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