UNPKG

web-component-analyzer

Version:
10 lines 439 B
import { ComponentFeatureCollection } from "../flavors/analyzer-flavor"; import { RefineFeatureEmitMap } from "../stages/flavor/refine-feature"; /** * Prepares a map of component features and a callback map that adds to the component feature map. */ export declare function prepareRefineEmitMap(): { collection: ComponentFeatureCollection; refineEmitMap: RefineFeatureEmitMap; }; //# sourceMappingURL=get-refine-emit-map.d.ts.map