cton-js
    Preparing search index...

    Interface EncoderOptions

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

    Properties

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