2.0.0 • Published 6 years ago

awto v2.0.0

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

Awto

const Awto = function () {

};

Awto.prototype = {
  logEvent () {

  },
  predictEvent () {

  },

  logAction () {

  },
  predictAction () {

  },

  proposeAction () {

  },
  executeAction () {

  },

  receiveFeedback () {

  }
};

module.exports = Awto;
2.0.0

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago