UNPKG

azure-bake

Version:

Azure cloud deployment platform for both infrasturcture as code and software

13 lines 607 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IngredientFactory = exports.BaseIngredient = void 0; const core_1 = require("@azbake/core"); Object.defineProperty(exports, "BaseIngredient", { enumerable: true, get: function () { return core_1.BaseIngredient; } }); const core_2 = require("@azbake/core"); class IngredientFactory { static Build(name, ingredient, ctx) { return core_2.IngredientManager.CreateIngredient(ingredient.properties.type, name, ingredient, ctx); } } exports.IngredientFactory = IngredientFactory; //# sourceMappingURL=index.js.map