UNPKG

msw

Version:

Seamless REST/GraphQL API mocking library for browser and Node.js.

8 lines (6 loc) 153 B
/** * Removes search parameters and the fragment * from a given URL string. */ declare function cleanUrl(path: string): string; export { cleanUrl };