跳到正文

Interface: TsdownHandle

Defined in: src/utils/chunks.ts:12

Properties

bundles

ts
bundles: TsdownBundle[];

Defined in: src/utils/chunks.ts:13


watch

ts
watch: object

Defined in: src/utils/chunks.ts:14

close

ts
close: () => Promise<void>
Returns

Promise<void>

restart

ts
restart: () => Promise<TsdownHandle>
Returns

Promise<TsdownHandle>

Released under the MIT License.