UNPKG

@jobgetapp/rush-enforce-categories-plugin

Version:

Utility to ensure rush projects to not leak internal code.

5 lines 202 B
import { CategoryEnforcerConfigContract } from './category-enforcer'; export interface ConfigServiceContract { load(): Promise<CategoryEnforcerConfigContract>; } //# sourceMappingURL=config.d.ts.map