# lt

Less Than

## api

```
(a,b) => a < b
```

## example

```
gt(1,2) === true
```

[README](../../../README.md)
