Interface: RootData
Defined in: projects/pieces/src/lib/internal/RootScan.ts:16
Represents the root data.
Properties
root
root:
string
Defined in: projects/pieces/src/lib/internal/RootScan.ts:20
The root directory.
type
type:
"ESM"
|"CommonJS"
Defined in: projects/pieces/src/lib/internal/RootScan.ts:26
The type of the module system used. It can be either 'ESM' or 'CommonJS'.