nativescript-mpesa
Version:
Nativescript plugin to make payment with mpesa.
12 lines • 391 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var observable_1 = require("tns-core-modules/data/observable");
var Common = (function (_super) {
__extends(Common, _super);
function Common() {
return _super.call(this) || this;
}
return Common;
}(observable_1.Observable));
exports.Common = Common;
//# sourceMappingURL=mpesa.common.js.map