UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

6 lines (5 loc) 147 B
export function removeSearch(url: string) { return url .replace(/\#.*/, '') // remove hash .replace(/\?.*/, '') // remove query params }