KC's Workspace
    Preparing search index...

    Interface NormalizedGeneratedCodeOptions

    interface NormalizedGeneratedCodeOptions {
        arrowFunctions: boolean;
        constBindings: boolean;
        objectShorthand: boolean;
        reservedNamesAsProps: boolean;
        symbols: boolean;
    }
    Index

    Properties

    arrowFunctions: boolean
    constBindings: boolean
    objectShorthand: boolean
    reservedNamesAsProps: boolean
    symbols: boolean