跳到正文

Type Alias: ChunkAddonFunction ​

ts
type ChunkAddonFunction = (ctx) => ChunkAddonObject | string | undefined

Defined in: src/features/output.ts:97

Parameters ​

ctx ​

fileName ​

string

format ​

Format

Returns ​

ChunkAddonObject | string | undefined

Released under the MIT License.