We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aae5ea commit a7124d8Copy full SHA for a7124d8
src/load.ts
@@ -87,7 +87,7 @@ export async function load(
87
* @param cdnEndpoint The URL to the CDN.
88
* @param appConfigOptions Optional parameters.
89
*/
90
-export async function loadFromCdn(endpoint: URL | string, options?: AzureAppConfigurationOptions): Promise<AzureAppConfiguration>;
+export async function loadFromCdn(cdnEndpoint: URL | string, options?: AzureAppConfigurationOptions): Promise<AzureAppConfiguration>;
91
92
export async function loadFromCdn(
93
cdnEndpoint: string | URL,
0 commit comments