0.2.0 • Published 3 months ago

lto v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Installation

Using npm

npm install lto

Using yarn

yarn add lto

Using pnpm

pnpm install lto

Usage

Running the Command

To execute the package directly, use:

npx lto
# 1 4 11 14 25 43

In Your JavaScript Code

You can also integrate lto into your JavaScript projects. Here's how you can use it:

const { MAX_NUMBER, MIN_NUMBER, create, random } = require('lto');

console.log(MAX_NUMBER, MIN_NUMBER); // 45 1

console.log(random()); // 8

console.log(create()); // [ 2, 4, 10, 16, 19, 30 ]
0.2.0

3 months ago

0.1.0

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago