Skip to content

Type Alias: ChunkAddonFunction()

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

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

Parameters

ctx

format

Format

Returns

ChunkAddonObject | undefined

Released under the MIT License.