in src/index.ts [65:68]
public actions(marbles: string, actions: { [key: string]: Factory<Action> }): this { this.getActions = helpers => helpers.hot(marbles, actions); return this; }