7 lines
380 B
JavaScript
7 lines
380 B
JavaScript
define(["require", "exports", "tslib", "./PersonaCoin", "./PersonaCoin.base"], function (require, exports, tslib_1, PersonaCoin_1, PersonaCoin_base_1) {
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
tslib_1.__exportStar(PersonaCoin_1, exports);
|
|
tslib_1.__exportStar(PersonaCoin_base_1, exports);
|
|
});
|
|
//# sourceMappingURL=index.js.map
|