UNPKG

decentralized-internet

Version:

An NPM library of programs to create decentralized web and distributed computing projects

1 lines 328 B
"use strict";const RFC3986=require("./rfc3986"),internals={Uri:{createUriRegex:function(e,r){let t=RFC3986.scheme;e&&(t="(?:"+e+")");const n="(?:"+t+":"+RFC3986.hierPart+")",i=r?"(?:"+n+"|"+RFC3986.relativeRef+")":n;return new RegExp("^"+i+"(?:\\?"+RFC3986.query+")?(?:#"+RFC3986.fragment+")?$")}}};module.exports=internals.Uri;