UNPKG

@prezly/theme-kit-core

Version:

Data layer and utility library for developing Prezly themes with JavaScript

9 lines (8 loc) 185 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeUrl = normalizeUrl; function normalizeUrl(url) { return url.replace(/\/{2,}/g, '/'); }