UNPKG

@ryunen344/danger-plugin-jacoco

Version:
8 lines 253 B
export declare const EXPORT_UNIT: { readonly PACKAGE: "p"; readonly FILE: "f"; readonly CLASS: "c"; readonly METHOD: "m"; }; export type ExportUnit = typeof EXPORT_UNIT[keyof typeof EXPORT_UNIT]; //# sourceMappingURL=export-unit.d.ts.map