2.0.0 • Published 6 months ago

odds-are-low v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

Odds Checker

A simple npm package to check if odds are low or high.

Installation

To use this package in your Node.js project, install it using npm:

npm i odds-are-low

Usage

run into the following error?

ERR_PNPM_OUTDATED_LOCKFILE Cannot install with "frozen-lockfile" because pnpm-lock.yaml is not up to date with package.json

run the following command: (not pretty but it works)

rm node_modules
rm pnpm-lock.yaml
pnpm install
pnpm config set auto-install-peers true
2.0.0

6 months ago

1.1.0

6 months ago

1.0.0

6 months ago