2.0.0 • Published 4 years ago

awto v2.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Awto

const Awto = function () {

};

Awto.prototype = {
  logEvent () {

  },
  predictEvent () {

  },

  logAction () {

  },
  predictAction () {

  },

  proposeAction () {

  },
  executeAction () {

  },

  receiveFeedback () {

  }
};

module.exports = Awto;
2.0.0

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago