UNPKG

@prezly/theme-kit-core

Version:

Data layer and utility library for developing Prezly themes with JavaScript

3 lines 75 B
export function normalizeUrl(url) { return url.replace(/\/{2,}/g, '/'); }