@snailicide/build-config / rollup / ExpandedExportType
ExpandedExportType
ts
type ExpandedExportType = {
export_type: ExportType;
file: string;
format: InternalModuleFormat;
export_key: string;
};Defined in: packages/build-config/src/rollup/index.ts:289
Expand output objects by export type
Properties
| Property | Type | Defined in |
|---|---|---|
export_type | ExportType | packages/build-config/src/rollup/index.ts:290 |
file | string | packages/build-config/src/rollup/index.ts:291 |
format | InternalModuleFormat | packages/build-config/src/rollup/index.ts:292 |
export_key | string | packages/build-config/src/rollup/index.ts:293 |