amis-rpc-design/node_modules/@reduxjs/toolkit/dist/query/utils/isAbsoluteUrl.d.ts
2023-10-07 19:42:30 +08:00

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;