UNPKG

@nx-dotnet/utils

Version:

This library was generated with [Nx](https://nx.dev).

8 lines (7 loc) 224 B
export type ModuleBoundary = { sourceTag?: '*' | string; allSourceTags?: string[]; onlyDependOnLibsWithTags?: string[]; notDependOnLibsWithTags?: string[]; }; export type ModuleBoundaries = ModuleBoundary[];