All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.out-tsc.app.ingredient.js Maven / Gradle / Ivy

There is a newer version: 1.1.13
Show newest version
export var Ingredient = (function () {
    function Ingredient(name, amount) {
        this.name = name;
        this.amount = amount;
    }
    return Ingredient;
}());
//# sourceMappingURL=C:/Projects/FitNesseConnect/fitnesse-connect-testbed-ui/src/app/ingredient.js.map




© 2015 - 2025 Weber Informatics LLC | Privacy Policy