UNPKG

@reduxjs/toolkit

Version:

The official, opinionated, batteries-included toolset for efficient Redux development

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