surprise
2023-12-15 bc2306d1614899efdb188cd29cea3c853ef924ff
1
2
3
export function isExternal(path) {
  return /^(https?:|mailto:|tel:)/.test(path)
}