Interface: TsdownHandle
Defined in: src/utils/chunks.ts:12
Properties
bundles
ts
bundles: TsdownBundle[];Defined in: src/utils/chunks.ts:13
watch
ts
watch: objectDefined in: src/utils/chunks.ts:14
close
ts
close: () => Promise<void>Returns
Promise<void>
restart
ts
restart: () => Promise<TsdownHandle>Returns
Promise<TsdownHandle>