UNPKG

@jobgetapp/rush-enforce-categories-plugin

Version:

Utility to ensure rush projects to not leak internal code.

6 lines (4 loc) 166 B
import { CategoryEnforcerConfigContract } from './category-enforcer' export interface ConfigServiceContract { load (): Promise<CategoryEnforcerConfigContract> }