PropertyListOptions
interface PropertyListOptions {
computeShorthand?: boolean;
removeDuplicateDeclarations?: string | boolean | string[];
}
computeShorthand?: boolean;
removeDuplicateDeclarations?: string | boolean | string[];
}
Hierarchy (View Summary)
- PropertyListOptions