in src/index.ts [73:76]
public singleState(state: Factory<DeepPartial<State>>): this { this.getState = helpers => helpers.hot('a', { a: state }); return this; }