archunit
Version:
ArchUnit TypeScript is an architecture testing library, to specify and assert architecture rules in your TypeScript app
14 lines • 439 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
// /**
// * Interface for filtering classes based on various criteria
// */
// export interface ClassFilter {
// /**
// * Apply the filter to a list of classes
// * @param classes The classes to filter
// * @returns Filtered classes that match the criteria
// */
// apply(classes: ClassInfo[]): ClassInfo[];
// }
//# sourceMappingURL=interface.js.map