> For the complete documentation index, see [llms.txt](https://leisure.tdreyno.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://leisure.tdreyno.com/installation.md).

# Installation

`leisure` can be installed using Yarn (or npm if you really need to).

```bash
$ yarn add @tdreyno/leisure
```

## Importing

Usually, you will be importing a Sequence creating method. [See the full list here](/api/static.md).

```typescript
import { fromArray } from "@tdreyno/leisure"
```
