cton-js
    Preparing search index...

    Interface DecoderOptions

    CTON Decoder - Converts CTON strings to JavaScript objects

    interface DecoderOptions {
        symbolizeNames?: boolean;
    }
    Index

    Properties

    Properties

    symbolizeNames?: boolean