surprise
2024-03-05 1ce1b525e7470ebaaeb0d5cd1e59bd905c1a7114
1
2
3
export function isExternal(path) {
  return /^(https?:|mailto:|tel:)/.test(path)
}