> For the complete documentation index, see [llms.txt](https://range.angular-package.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://range.angular-package.dev/draft/less/overview.md).

# Overview

## `Less {}`

The `Less` [primitive wrapper object](https://developer.mozilla.org/en-US/docs/Glossary/Primitive#primitive_wrapper_objects_in_javascript) represents the [primitive value](/draft/less/methods/valueof.md) of [`number`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number) type **less** than the given.

{% embed url="<https://github.com/angular-package/range/blob/main/src/lib/less.class.ts>" %}
`less.class.ts`
{% endembed %}

### Accessors

|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>public get</strong> <a href="/pages/U7SCqDXD59rmIkjtBX2w"><strong>[Symbol.</strong><mark style="color:blue;"><strong>toStringTag</strong></mark><strong>](https://range.angular-package.dev/draft/less)</strong></a>: <mark style="color:green;">string</mark><br>The <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get"><code>get</code></a> accessor, with the help of <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/toStringTag"><code>toStringTag</code></a>, changes the default tag to <code>'Less'</code> for an instance of <a href="/pages/CMfgRlfJQkYoJNfwfaip"><code>Less</code></a>.</p> |

### Methods

|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <p><strong>public static</strong> <a href="/pages/JKPP2wEfekjwZBYmV4uW#less.create"><strong>create()</strong></a>: <mark style="color:green;">Less</mark><<mark style="color:green;">Value</mark>><br>Creates the <a href="/pages/CMfgRlfJQkYoJNfwfaip"><code>Less</code></a> instance with the given primitive <a href="#value-value"><code>value</code></a>.</p>                                                                                                                                                 |
| <p><strong>public static</strong> <a href="/pages/2IRpr7YX1NVnEcIikVQk"><strong>isLess()</strong></a>: value is <mark style="color:green;">Less</mark><<mark style="color:green;">Value</mark>><br>Checks whether the given <a href="#undefined"><code>value</code></a> is the <a href="/pages/CMfgRlfJQkYoJNfwfaip"><code>Less</code></a> instance of any or given primitive <a href="/pages/2IRpr7YX1NVnEcIikVQk#lessvalue-value">value</a>.</p>                                                                 |
| <p><strong>public</strong> <a href="/pages/Vh59hCRiU95jrcL2bNOY"><strong>than()</strong></a>: <mark style="color:green;">boolean</mark><br>Checks whether the <a href="/pages/JKCFRuiLu7paenzWw09F">primitive value</a> of a specified <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object"><code>object</code></a> is <strong>less</strong> than the given <a href="/pages/Vh59hCRiU95jrcL2bNOY#value-number"><code>value</code></a>.</p>                            |
| <p><strong>public</strong> <a href="/pages/fM9hu8YasNGJp0phTvMy"><strong>thanEvery()</strong></a>: <mark style="color:green;">boolean</mark><br>Checks whether the <a href="/pages/JKCFRuiLu7paenzWw09F">primitive value</a> of a specified <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object"><code>object</code></a> is <strong>less</strong> than <strong>every</strong> value of the given <a href="/pages/fM9hu8YasNGJp0phTvMy"><code>values</code></a>.</p>   |
| <p><strong>public</strong> <a href="/pages/InJaY096epIZx515wnop"><strong>thanSome()</strong></a>: <mark style="color:green;">boolean</mark><br>Checks whether the <a href="/pages/JKCFRuiLu7paenzWw09F">primitive value</a> of a specified <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object"><code>object</code></a> is <strong>less</strong> than <strong>some</strong> given <a href="/pages/InJaY096epIZx515wnop#...values-number"><code>values</code></a>.</p> |
| <p><strong>public</strong> <a href="/pages/JKCFRuiLu7paenzWw09F"><strong>valueOf()</strong></a>: <mark style="color:green;">Value</mark><br>Returns the <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/valueOf">primitive value</a> of a specified <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object"><code>object</code></a>.</p>                                                                                |
