SmartRecommenderAPI.js 732 B

1234567891011121314151617181920212223
  1. "use strict";
  2. function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
  3. /**
  4. * Licensed Materials - Property of IBM
  5. * IBM Business Analytics (C) Copyright IBM Corp. 2018
  6. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. */
  8. /**
  9. * @class SmartRecommenderFeatureAPI
  10. * @hideconstructor
  11. * @classdesc
  12. */
  13. define([], function () {
  14. var SmartRecommenderFeatureAPI = function SmartRecommenderFeatureAPI() {
  15. _classCallCheck(this, SmartRecommenderFeatureAPI);
  16. };
  17. return SmartRecommenderFeatureAPI;
  18. });
  19. //# sourceMappingURL=SmartRecommenderAPI.js.map