UNPKG

msw

Version:

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

7 lines (5 loc) 161 B
/** * Returns an absolute URL based on the given path. */ declare function getAbsoluteUrl(path: string, baseUrl?: string): string; export { getAbsoluteUrl };