cton-js
    Preparing search index...

    Interface BinaryDumpOptions

    interface BinaryDumpOptions {
        compress?: boolean;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    compress?: boolean