Skip to content

TextHandler

TextHandler = (text) => string

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

A function type that processes a string and returns a modified string.

Parameters

text

string

Returns

string