json-light
Version:
Allow to extend yaml or json files configuration
12 lines • 517 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.JsonLightBuilder = void 0;
const application_1 = require("../application");
class JsonLightBuilder {
build() {
const service = new application_1.JsonLightServiceImp();
return new application_1.JsonLightFacade(new application_1.GetType(), service, new application_1.Compress(service), new application_1.Decompress(service));
}
}
exports.JsonLightBuilder = JsonLightBuilder;
//# sourceMappingURL=builder.js.map