Search


Search something to see results

PropertyListOptions

interface PropertyListOptions {
    computeShorthand?: boolean;
    removeDuplicateDeclarations?: string | boolean | string[];
}

Hierarchy (View Summary)

Index

Properties

computeShorthand?: boolean
removeDuplicateDeclarations?: string | boolean | string[]