UNPKG

@esri/arcgis-rest-request

Version:

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

7 lines (6 loc) 222 B
/** * Utility to generate a random string to use as our `code_verifier` * * @param win the global `window` object for accepting a mock while testing. */ export declare function generateRandomString(win?: any): string;