Synchronously decodes a blueprint string. Supports the "DSA:" prefix (case-insensitive).
The blueprint string.
Optional
Decoding options.
import { decodeSync } from "dsabp-js"const bp = decodeSync(str) Copy
import { decodeSync } from "dsabp-js"const bp = decodeSync(str)
Synchronously decodes a blueprint string. Supports the "DSA:" prefix (case-insensitive).