Leisure
GithubIssue TrackerSponsor
  • Introduction
  • Installation
  • Changelog
  • F.A.Q.
  • API
    • Static Methods
    • Instance Methods
    • Simplex Methods
    • Combinatorial Methods
    • Random Number Generating Methods
Powered by GitBook
On this page

Was this helpful?

Installation

PreviousIntroductionNextF.A.Q.

Last updated 2 years ago

Was this helpful?

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. .

import { fromArray } from "@tdreyno/leisure"
See the full list here