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

IsRange

Determine whether a value is a range.

Method Signature

IsRange(value=[any])

Arguments

Argument
Type
Required
Description
Default

value

any

true

The value to test for range-ness.

Examples

Last updated

Was this helpful?