Skip to content

@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

PropertyTypeDefined in
export_typeExportTypepackages/build-config/src/rollup/index.ts:290
filestringpackages/build-config/src/rollup/index.ts:291
formatInternalModuleFormatpackages/build-config/src/rollup/index.ts:292
export_keystringpackages/build-config/src/rollup/index.ts:293