@nebius/js-sdk - v0.2.54
    Preparing search index...

    Parses Boolean strings accepted by Go's strconv.ParseBool.

    Index
    • Parses a Go-compatible Boolean value.

      Accepted true values are 1, t, T, TRUE, true, and True. Accepted false values use the same forms for 0 or f.

      Parameters

      • name: string

        Identifies the setting in error messages.

      • value: string

      Returns boolean

      Error if the trimmed value is not an accepted form.