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

7 lines
167 B
TypeScript
Raw Permalink Normal View History

2022-04-25 02:47:15 +00:00
/**
* If either :// or // is present consider it to be an absolute url
*
* @param url string
*/
export declare function isAbsoluteUrl(url: string): boolean;