This commit is contained in:
6
node_modules/@reduxjs/toolkit/dist/query/utils/isAbsoluteUrl.d.ts
generated
vendored
Normal file
6
node_modules/@reduxjs/toolkit/dist/query/utils/isAbsoluteUrl.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* If either :// or // is present consider it to be an absolute url
|
||||
*
|
||||
* @param url string
|
||||
*/
|
||||
export declare function isAbsoluteUrl(url: string): boolean;
|
||||
Reference in New Issue
Block a user