UNPKG

@esri/arcgis-rest-request

Version:

Common methods and utilities for @esri/arcgis-rest-js packages.

5 lines (4 loc) 220 B
/** * Encodes a `Uint8Array` to base 64. Used internally for hashing the `code_verifier` and `code_challenge` for PKCE. */ export declare function base64UrlEncode(value: any, win?: Window & typeof globalThis): string;