cton-js
    Preparing search index...

    Interface DumpOptions

    interface DumpOptions {
        comments?: Record<string, string>;
        decimalMode?: "fast" | "precise";
        pretty?: boolean;
        separator?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    comments?: Record<string, string>
    decimalMode?: "fast" | "precise"
    pretty?: boolean
    separator?: string