tdreyno/leisure

View on GitHub
docs/installation.md

Summary

Maintainability
Test Coverage
# 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"
```