Documentation

preprocess()

Replaces the input value using the provided callback function.

preprocess(fn: (value: unknown) => unknown): this;

Notes

Parameters

Return value

This builder, for chaining.

Related