Function decodeSync

  • Synchronously decodes a blueprint string. Supports the "DSA:" prefix (case-insensitive).

    Parameters

    • input: string

      The blueprint string.

    • Optionaloptions: DecoderOptions

      Decoding options.

    Returns Blueprint

    import { decodeSync } from "dsabp-js"

    const bp = decodeSync(str)