Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 306 Bytes

installation.md

File metadata and controls

15 lines (10 loc) · 306 Bytes

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"