@ogcio/o11y-sdk-react
Version:
Opentelemetry standard instrumentation SDK for React based project
8 lines • 316 B
TypeScript
/**
* 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;
//# sourceMappingURL=string-decoding.d.ts.map