Sha256: 830d539363b55ea663d9cc45691c26a857734fbd10a15a505d0b7fe4d33dc7fb
Contents?: true
Size: 1.24 KB
Versions: 26
Compression:
Stored size: 1.24 KB
Contents
"use strict"; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __hasOwnProp = Object.prototype.hasOwnProperty; var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); } return to; }; var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); var toPublicUrl_exports = {}; __export(toPublicUrl_exports, { toPublicUrl: () => toPublicUrl }); module.exports = __toCommonJS(toPublicUrl_exports); function toPublicUrl(url) { if (typeof location === "undefined") { return url.toString(); } const urlInstance = url instanceof URL ? url : new URL(url); return urlInstance.origin === location.origin ? urlInstance.pathname : urlInstance.origin + urlInstance.pathname; } //# sourceMappingURL=toPublicUrl.js.map
Version data entries
26 entries across 26 versions & 1 rubygems