UNPKG

@modern-js/runtime-utils

Version:

A Progressive React Framework for modern web development.

6 lines (5 loc) 159 B
function normalizePathname(pathname) { const normalized = '/' + pathname.replace(/^\/+|\/+$/g, ''); return normalized; } export { normalizePathname };