UNPKG

@shopify/cli-kit

Version:

A set of utilities, interfaces, and models that are common across all the platform features

7 lines (6 loc) 225 B
/** * Removes the sensitive data from the url and outputs them as a string. * @param url - HTTP headers. * @returns A sanitized version of the url as a string. */ export declare function sanitizeURL(url: string): string;