public states()

in src/index.ts [81:84]


  public states(marbles: string, actions: { [key: string]: Factory<DeepPartial<State>> }): this {
    this.getState = helpers => helpers.hot(marbles, actions);
    return this;
  }