state
Version:
First-class states
18 lines (13 loc) • 463 B
JavaScript
// Generated by CoffeeScript 1.6.3
(function() {
var exports, state;
module.exports = state = require('./state-function');
exports = function() {
this.State = require('./state');
this.StateExpression = require('./state-expression');
this.RootState = require('./root-state');
this.Transition = require('./transition');
return this.TransitionExpression = require('./transition-expression');
};
exports.apply(state);
}).call(this);