Files
wdi-dashboard/node_modules/@reduxjs/toolkit/dist/query/utils/isAbsoluteUrl.d.ts
2024-08-16 15:06:52 +05:30

7 lines
161 B
TypeScript

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