Skip to content

@kekkai/blueprint / ModuleDeps

Interface: ModuleDeps

Defined in: inspect/deps.ts:18

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

Properties

importedBy

importedBy: string[]

Defined in: inspect/deps.ts:21

Who imports it — the blast radius of changing it.


imports

imports: string[]

Defined in: inspect/deps.ts:23

What it imports.


module

module: string

Defined in: inspect/deps.ts:19