Skip to content

TextProcessor

TextProcessor<T> = (text, options?) => string | undefined | null

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

A function type that processes text based on provided options and handlers.

Type Parameters

T

T extends HandlerMap

Parameters

text

string | undefined | null

options?

ProcessTextOptions<T>

Returns

string | undefined | null