@mikuroxina/mini-fn
    Preparing search index...

    Function newBreak

    • Creates an object that represents the code flow to be discontinued.

      Type Parameters

      • B

      Parameters

      • b: B

        Break value.

      Returns Break<B>

      A new ControlFlow object.