Skip to content

@kekkai/blueprint / ModuleDeps

Interface: ModuleDeps

Defined in: inspect/deps.ts:22

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

Properties

importedBy

importedBy: string[]

Defined in: inspect/deps.ts:25

Who imports it — the blast radius of changing it.


imports

imports: string[]

Defined in: inspect/deps.ts:27

What it imports.


module

module: string

Defined in: inspect/deps.ts:23