UNPKG

@js-smart/react-kit

Version:
12 lines (11 loc) 253 B
/** * Checks if the given URL is encoded or not * * @param url The URL to check * * @returns True if the URL is encoded, false otherwise * * @author Pavan Kumar Jadda * @since 1.3.14 */ export declare const isEncoded: (url: string) => boolean;