KC's Workspace
    Preparing search index...

    Make all properties in T optional

    interface GeneratedCodeOptions {
        arrowFunctions?: boolean;
        constBindings?: boolean;
        objectShorthand?: boolean;
        preset?: GeneratedCodePreset;
        reservedNamesAsProps?: boolean;
        symbols?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

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