UNPKG

msw

Version:

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

8 lines (6 loc) 214 B
/** * Returns a relative URL if the given request URL is relative * to the current origin. Otherwise returns an absolute URL. */ declare function toPublicUrl(url: string | URL): string; export { toPublicUrl };