next
Version:
The React Framework
13 lines (12 loc) • 340 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "URLPattern", {
enumerable: true,
get: function() {
return GlobalURLPattern;
}
});
const GlobalURLPattern = typeof URLPattern === 'undefined' ? undefined : URLPattern;
//# sourceMappingURL=url-pattern.js.map