UNPKG

@replyke/core

Version:

Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

6 lines 233 B
export function isAbsoluteUrl(url) { // A regular expression to check if the URL starts with http:// or https:// var regex = /^(http|https):\/\/[^ "]+$/; return regex.test(url); } //# sourceMappingURL=isAbsoluteUrl.js.map