UNPKG

sk-soil-input-form

Version:

Add a soil input form to Angular2 projects.

9 lines 395 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var LandUse; (function (LandUse) { LandUse[LandUse["Native pasture"] = 0] = "Native pasture"; LandUse[LandUse["Improved pasture"] = 1] = "Improved pasture"; LandUse[LandUse["Cultivated"] = 2] = "Cultivated"; })(LandUse = exports.LandUse || (exports.LandUse = {})); //# sourceMappingURL=land-use.enum.js.map