GITLAB
Komodo
/ komodo-center-httpget-x
Toggle navigation
Sign in
Sign in
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Blame view
lib/ipv6-to-ipv4.js
65 Bytes
edit
raw
normal view
history
f2c18879a
Adhidarma Hadiwinoto
INQUIRY finished
1
module.exports = (val) => ((val || '').replace(/^::ffff:/, ''));