GoScrobble/web/node_modules/@reduxjs/toolkit/dist/query/utils/isAbsoluteUrl.d.ts

7 lines
167 B
TypeScript

/**
* If either :// or // is present consider it to be an absolute url
*
* @param url string
*/
export declare function isAbsoluteUrl(url: string): boolean;