For the complete documentation index, see llms.txt. This page is also available as Markdown.

Methods

The `RangeError` object methods

public static define(): RangeError<Id, Min, Max> Defines the RangeError instance with the message built from the given required problem, fix and optional id, max, min on the given or stored template.

public static isRangeError(): value is RangeError<Id, Min, Max> Checks whether the value of any type is an instance of RangeError of any or the given minimum/maximum range and identification.

Last updated