public send()

in src/index.ts [58:60]


  public send(marbles: string, actions: { [key: string]: Factory<Action> }): this {
    return this.actions(marbles, actions);
  }