UNPKG

@nextcloud/vue

Version:
6 lines (5 loc) 210 B
import t from "linkify-string"; const r = (e) => t(e, { defaultProtocol: "https", target: "_blank", className: "external linkified", attributes: { rel: "nofollow noopener noreferrer" } }); export { r as L };