UNPKG

msw

Version:

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

7 lines (5 loc) 147 B
/** * Determines if the given URL string is an absolute URL. */ declare function isAbsoluteUrl(url: string): boolean; export { isAbsoluteUrl };