首頁 > purgecss-from-html > ExtractorResultDetailed
ExtractorResultDetailed 類型
簽章
export declare type ExtractorResultDetailed = {
attributes: {
names: string[];
values: string[];
};
classes: string[];
ids: string[];
tags: string[];
undetermined: string[];
};