@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Function objectsToBitmark

    • Compose bitmark text from typed bits or entries.

      The typed (object) counterpart of convert(json, { inputFormat: "json", outputFormat: "bitmark" }) — typed objects are JSON by construction, so the format is pinned, no auto-detection. Bare bits are auto-wrapped into entries; the config-driven composer normalizes, defaults and validates on ingest — construct bits as plain typed literals (no builder needed).

      Parameters

      Returns string

      const bitmark = objectsToBitmark([{ type: "article", body: "Hello" }]);
      

      If the core reports a compose error.