UNPKG

msw

Version:

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

9 lines (7 loc) 235 B
declare function getSearchParams(path: string): URLSearchParams; /** * Removes search parameters and the fragment * from a given URL string. */ declare function cleanUrl(path: string): string; export { cleanUrl, getSearchParams };