get size()

in src/AzureAppConfigurationImpl.ts [208:210]


    get size(): number {
        return this.#configMap.size;
    }