Skip to content

Workery


Workery / types / Preprocessor

Type Alias: Preprocessor()

Preprocessor = <Out, In>(value) => Out | In

Defined in: src/types.ts:23

Type Parameters

Out

Out = any

In

In = any

Parameters

value

In

Returns

Out | In