Skip to content

Commit

Permalink
feat(module): Re-export symbols from fseh
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfede committed Dec 9, 2016
1 parent 1cd3aa5 commit 8e55166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { EventEmitter } from 'events';
import { Machine } from 'fseh';
export { Handlers, State, StateList, StateTable } from 'fseh';

export class MachineX extends Machine implements EventEmitter {

Expand Down

0 comments on commit 8e55166

Please sign in to comment.