# 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](https://leisure.tdreyno.com/api/static).

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