UNPKG

godprotocol

Version:
16 lines (11 loc) 237 B
class Utils{ constructor(){} resolve_addr = (addr)=>{ if (!addr)return addr; if (!addr.startsWith(this.physical_address)){ addr = `${this.physical_address}/${addr}` } return addr; } } export default Utils