@blockchaincommons/dcbor - v1.0.0-beta.1
    Preparing search index...

    Module debug

    The @blockchaincommons/dcbor/debug subpath entry - opt-in diagnostic-flavored console output for Cbor values.

    The core keeps String(c) cheap (Cbor(0x…)); importing this module and calling installDebugHooks switches Node's util.inspect (and JSON.stringify via toJSON) to flat diagnostic notation on the shared prototype. Deliberately a side-effectful opt-in: pulling the diagnostic formatter into a bundle is exactly what the root entry avoids.

    installDebugHooks