UNPKG

azure-bake

Version:

Azure cloud deployment platform for both infrasturcture as code and software

8 lines (7 loc) 315 B
import { BaseIngredient } from '@azbake/core'; import { IIngredient } from '@azbake/core'; import { DeploymentContext } from '@azbake/core'; export { BaseIngredient }; export declare class IngredientFactory { static Build(name: string, ingredient: IIngredient, ctx: DeploymentContext): BaseIngredient | null; }