UNPKG

e-lado

Version:

[![CircleCI](https://circleci.com/gh/sharetribe/sharetribe/tree/master.svg?style=svg)](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [![Dependency Status](https://gemnasium.com/sharetribe/sharetribe.png)](https://gemnasium.com/sharetribe/shar

9 lines (8 loc) 303 B
const replacePercentChar = function replacePercentChar(uriString) { // webpack loaderUtils didn't understand '%' char if (uriString.indexOf('%d') >= 0) { return uriString.replace('%d', '__d__'); } return uriString; }; module.exports = { replacePercentChar }; // eslint-disable-line no-undef