Documentation

safe()

Validates that the number is within the safe integer range.

safe(error?: StringConvertible): this;

Parameters

Return value

This builder, for chaining.

Related