UNPKG

ice.fo.utils

Version:

4 lines (3 loc) 126 B
export default function isExternalUrl(value) { return value && ['http', '//', 'mailto'].some((i) => value.startsWith(i)); }