2.0.2 • Published 2 years ago

coinflipjs v2.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Installation

Requirements:

  • Node.js v16 or higher
  • npm

Run the following command in your npm project directory and it will install.

npm install coinflipjs

Usage

// Import Package
const coinflip = require("coinflipjs");

// Generate result
const res = coinflip();

// Log the result
console.log(res);
2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

3 years ago

1.1.0

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago