UNPKG

698 BSource Map (JSON)View Raw
1{"version":3,"file":"url.js","sources":["../src/utils/url.js"],"sourcesContent":["// prefix helper\nexport const prefixUrl = (url, publicUrl) =>\n url.startsWith('data:') ? url : publicUrl + url\n\n// trailing slash helper\nexport const ensureTrailingSlash = path => {\n return path.endsWith('/') ? path : `${path}/`\n}\n"],"names":["prefixUrl","url","publicUrl","startsWith","ensureTrailingSlash","path","endsWith"],"mappings":";;;;AAAA;IACaA,SAAS,GAAG,SAAZA,SAAY,CAACC,GAAD,EAAMC,SAAN;AAAA,SACvBD,GAAG,CAACE,UAAJ,CAAe,OAAf,IAA0BF,GAA1B,GAAgCC,SAAS,GAAGD,GADrB;AAAA;;IAIZG,mBAAmB,GAAG,SAAtBA,mBAAsB,CAAAC,IAAI,EAAI;AACzC,SAAOA,IAAI,CAACC,QAAL,CAAc,GAAd,IAAqBD,IAArB,aAA+BA,IAA/B,MAAP;AACD;;;;;"}
\No newline at end of file