UNPKG

@sap-cloud-sdk/util

Version:

SAP Cloud SDK for JavaScript general utilities

7 lines (6 loc) 219 B
/** * Checks whether a URL is existing via a head request. * @param url - URL to be checked. * @returns Promise - resolves if the URL exists. */ export declare function checkUrlExists(url: string): Promise<number>;