Skip to content

ProcessTextOptions

ProcessTextOptions<T> = { [key in keyof T]?: boolean }

Defined in: text/process-text-factory.ts:23

Options to specify which handlers to apply during text processing.

Note: Due to TypeScript’s limitations with mapped types, excess properties (keys not in the handler map) will not cause compile-time errors, but will be safely ignored at runtime.

Type Parameters

T

T