Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@fbinhouse/spark-client / dist / client / utils / convertToVolvoCarSpec.js
Size: Mime:
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var volvoCarSpec_1 = require("../volvoCarSpec");
function convertToVolvoCarSpec(spec) {
    return new volvoCarSpec_1.VolvoCarSpec(spec.cis_car_spec, spec.items.map(function (item) { return new volvoCarSpec_1.VolvoCarSpecItem(item.activation_type, item.cis_id, item.ds_id, item.item_type, item.price, item.properties); }), spec.price_currency_sign, spec.price_localization_id, spec.technical_data.map(function (item) { return new volvoCarSpec_1.VolvoCarSpecTechData(item.name, item.value); }), spec.total_price);
}
exports.convertToVolvoCarSpec = convertToVolvoCarSpec;
exports.default = convertToVolvoCarSpec;
//# sourceMappingURL=convertToVolvoCarSpec.js.map