Documentation

check()

Adds a validation check using the provided function.

check(f: (value: T) => void | boolean): this;

Notes

Parameters

Return value

This builder, for chaining.

Related