mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-24 18:45:09 +00:00
10 lines
No EOL
390 B
JavaScript
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
|