跳到正文

Interface: ExeOptions

Defined in: src/features/exe.ts:14

Properties

fileName?

ts
optional fileName: string | (chunk) => string;

Defined in: src/features/exe.ts:16


seaConfig?

ts
optional seaConfig: Omit<SeaConfig, "main" | "output" | "mainFormat">;

Defined in: src/features/exe.ts:15

Released under the MIT License.