UNPKG

rwsdk

Version:

Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime

6 lines (5 loc) 155 B
export function stripBase(path, base) { return base && base !== "/" && path.startsWith(base) ? "/" + path.slice(base.length) : path; }