@salvobee/crypto-vault
    Preparing search index...

    Interface CompressionResult

    Outcome of a compression attempt.

    interface CompressionResult {
        compressed: boolean;
        data: Uint8Array;
    }
    Index

    Properties

    Properties

    compressed: boolean
    data: Uint8Array