fabric-samples/hyperledger-fabric/chaincode/fhir-data/dist/index.js
2020-05-11 14:26:07 -05:00

10 lines
No EOL
390 B
JavaScript

"use strict";
/*
* SPDX-License-Identifier: Apache-2.0
*/
Object.defineProperty(exports, "__esModule", { value: true });
const patient_contract_1 = require("./patient-contract");
var patient_contract_2 = require("./patient-contract");
exports.PatientContract = patient_contract_2.PatientContract;
exports.contracts = [patient_contract_1.PatientContract];
//# sourceMappingURL=index.js.map