Installation

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

$ yarn add @tdreyno/leisure

Importing

Usually, you will be importing a Sequence creating method. See the full list here.

import { fromArray } from "@tdreyno/leisure"

Last updated