nativescript-aws-cognito
Version:
AWS Cognito Service limited edition
15 lines • 475 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;
}
Common.prototype.greet = function () {
return "Hello, NS";
};
return Common;
}(observable_1.Observable));
exports.Common = Common;
//# sourceMappingURL=aws-cognito.common.js.map