UNPKG

@ogcio/o11y-sdk-node

Version:

Opentelemetry standard instrumentation SDK for NodeJS based project

8 lines (7 loc) 271 B
/** * Checks whether a string contains URI-encoded components. * * @param {string} value - The string to inspect. * @returns {boolean} `true` if the string is encoded, `false` otherwise. */ export declare function _containsEncodedComponents(value: string): boolean;