For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Was this helpful?