UNPKG

archunit

Version:

ArchUnit TypeScript is an architecture testing library, to specify and assert architecture rules in your TypeScript app

8 lines (7 loc) 149 B
export declare enum ImportKind { DEFAULT = "default", NAMED = "named", NAMESPACE = "namespace", TYPE = "type", VALUE = "value" }