Free Touch Pricker
    Preparing search index...

    Function changeFromNotation

    • Converts a string notation into a Change

      Tries to convert a string representation of a change into a change on a particular stage.

      > const change = Pricker.changeFromNotation('1', Pricker.Stage.Triples);
      1

      Parameters

      • input: string
      • stage: Stage

      Returns Change