Skip to content

@kekkai/blueprint / UnitDeps

Interface: UnitDeps

Defined in: inspect/deps.ts:21

One unit's fan-in / fan-out, the unit of every deps answer.

Properties

importedBy

importedBy: string[]

Defined in: inspect/deps.ts:24

Who imports it — the blast radius of changing it.


imports

imports: string[]

Defined in: inspect/deps.ts:26

What it imports.


unit

unit: string

Defined in: inspect/deps.ts:22