UNPKG

@azure/app-configuration

Version:
55 lines (54 loc) 2.59 kB
var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __hasOwnProp = Object.prototype.hasOwnProperty; var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); } return to; }; var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default")); var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); var src_exports = {}; __export(src_exports, { AppConfigurationClient: () => import_appConfigurationClient.AppConfigurationClient, featureFlagContentType: () => import_featureFlag.featureFlagContentType, featureFlagPrefix: () => import_featureFlag.featureFlagPrefix, isFeatureFlag: () => import_featureFlag.isFeatureFlag, isSecretReference: () => import_secretReference.isSecretReference, isSnapshotReference: () => import_snapshotReference.isSnapshotReference, parseFeatureFlag: () => import_featureFlag.parseFeatureFlag, parseSecretReference: () => import_secretReference.parseSecretReference, parseSnapshotReference: () => import_snapshotReference.parseSnapshotReference, secretReferenceContentType: () => import_secretReference.secretReferenceContentType, snapshotReferenceContentType: () => import_snapshotReference.snapshotReferenceContentType }); module.exports = __toCommonJS(src_exports); var import_appConfigurationClient = require("./appConfigurationClient.js"); var import_featureFlag = require("./featureFlag.js"); __reExport(src_exports, require("./models.js"), module.exports); var import_secretReference = require("./secretReference.js"); var import_snapshotReference = require("./snapshotReference.js"); // Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = { AppConfigurationClient, featureFlagContentType, featureFlagPrefix, isFeatureFlag, isSecretReference, isSnapshotReference, parseFeatureFlag, parseSecretReference, parseSnapshotReference, secretReferenceContentType, snapshotReferenceContentType, ...require("./models.js") }); //# sourceMappingURL=index.js.map