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 bfcee67 commit 0a9e02dCopy full SHA for 0a9e02d
src/AzureAppConfiguration.ts
@@ -29,7 +29,8 @@ interface IConfigurationObject {
29
export interface ConfigurationObjectConstructionOptions {
30
/**
31
* The separator to use when converting hierarchical keys to object properties.
32
- * Default is '.'.
+ * If separator is undefined, '.' will be used by default.
33
+
34
*/
35
separator?: string;
36
}
0 commit comments